调整点餐页面样式,增加限时折扣倒计时
This commit is contained in:
@@ -7,20 +7,24 @@ module.exports = defineConfig({
|
||||
plugins: [
|
||||
uni(),
|
||||
AutoImport({
|
||||
include: [
|
||||
/\.js$/,
|
||||
/\.vue$/, /\.vue\?vue/
|
||||
],
|
||||
include: [/\.js$/, /\.vue$/, /\.vue\?vue/],
|
||||
imports: [
|
||||
"vue",
|
||||
{
|
||||
"@dcloudio/uni-app": [
|
||||
"onLoad", "onShow", "onHide", "onUnload",
|
||||
"uni.request", "uni.navigateTo", "uni.showToast"
|
||||
]
|
||||
}
|
||||
"onLoad",
|
||||
"onShow",
|
||||
"onHide",
|
||||
"onUnload",
|
||||
"onReady",
|
||||
"onPageScroll",
|
||||
"uni.request",
|
||||
"uni.navigateTo",
|
||||
"uni.showToast",
|
||||
],
|
||||
},
|
||||
],
|
||||
dts: "src/auto-imports.d.ts"
|
||||
dts: "src/auto-imports.d.ts",
|
||||
}),
|
||||
],
|
||||
server: {
|
||||
@@ -34,4 +38,4 @@ module.exports = defineConfig({
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user