门店端优化

This commit is contained in:
wong
2025-11-03 14:07:15 +08:00
parent 367a76a54f
commit 469ab4a085
10 changed files with 1326 additions and 189 deletions

View File

@@ -2,8 +2,8 @@
"name" : "AI数智员工",
"appid" : "__UNI__9421F6C",
"description" : "",
"versionName" : "1.0.1",
"versionCode" : "100",
"versionName" : "1.1.0",
"versionCode" : 100,
"transformPx" : false,
/* 5+App */
"app-plus" : {
@@ -107,5 +107,17 @@
},
"vueVersion" : "2",
"locale" : "zh-Hans",
"fallbackLocale" : "zh-Hans"
"fallbackLocale" : "zh-Hans",
/* H5 */
"h5" : {
"router" : {
"mode" : "hash",
"base" : "./"
},
"title" : "AI数智员工",
"devServer" : {
"port" : 8080,
"disableHostCheck" : true
}
}
}