This commit is contained in:
pengxiaolong
2025-05-15 22:24:39 +08:00
parent 838cfd9986
commit 595c5329a0
44 changed files with 5142 additions and 81 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "tk-mini-program",
"appid" : "",
"appid" : "__UNI__A6CDB98",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
@@ -50,20 +50,24 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "",
"appid" : "wx0af70c44ad1939e9",
"optimization" : {
"subPackages" : true
},
"setting" : {
"urlCheck" : false
"urlCheck" : false,
"minified" : true,
"postcss" : true
},
"usingComponents" : true
"usingComponents" : true,
"permission" : {}
},
"mp-alipay" : {
"usingComponents" : true
},
"mp-baidu" : {
"usingComponents" : true
"usingComponents" : true,
"appid" : ""
},
"mp-toutiao" : {
"usingComponents" : true
@@ -73,10 +77,10 @@
},
"vueVersion" : "3",
"h5" : {
"optimization" : {
"treeShaking" : {
"enable" : false
"optimization" : {
"treeShaking" : {
"enable" : false
}
}
}
}
}