dongmu 11 months ago
parent ee9b78f42d
commit be12953e05

@ -63,6 +63,7 @@
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-3081220230802001",
"@dcloudio/uni-mp-xhs": "3.0.0-alpha-3081220230802001",
"@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3081220230802001",
"@dcloudio/uni-ui": "^1.4.28",
"pinia": "2.0.27",
"pinia-plugin-persistedstate": "^3.2.0",
"vue": "^3.2.47",

File diff suppressed because it is too large Load Diff

@ -50,7 +50,7 @@
"quickapp": {},
/* */
"mp-weixin": {
"appid": "",
"appid": "wx87ac19b30bdc45d1",
"setting": {
"urlCheck": false
},

@ -1,4 +1,12 @@
{
//
"easycom": {
"autoscan": true,
"custom": {
// uni-ui
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
"pages": [
//pageshttps://uniapp.dcloud.io/collocation/pages
{

@ -8,7 +8,12 @@
"@/*": ["./src/*"]
},
"lib": ["esnext", "dom"],
"types": ["@dcloudio/types", "miniprogram-api-typings", "@uni-helper/uni-app-types"]
"types": [
"@dcloudio/types",
"miniprogram-api-typings",
"@uni-helper/uni-app-types",
"@uni-helper/uni-ui-types"
]
},
"vueCompilerOptions": {
// experimentalRuntimeMode nativeTags Volar

Loading…
Cancel
Save