Commit a508e81b authored by spc's avatar spc

fixed

parent 004fd931
{
"name" : "20250528_FHQ1",
"appid" : "__UNI__35659A6",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
"name": "20250528_FHQ1",
"appid": "__UNI__35659A6",
"description": "",
"versionName": "1.0.0",
"versionCode": "100",
"transformPx": false,
/* 5+App特有相关 */
"app-plus" : {
"usingComponents" : true,
"nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3,
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"waiting" : true,
"autoclose" : true,
"delay" : 0
"app-plus": {
"usingComponents": true,
"nvueStyleCompiler": "uni-app",
"compilerVersion": 3,
"splashscreen": {
"alwaysShowBeforeRender": true,
"waiting": true,
"autoclose": true,
"delay": 0
},
/* 模块配置 */
"modules" : {},
"modules": {},
/* 应用发布信息 */
"distribute" : {
"distribute": {
/* android打包配置 */
"android" : {
"permissions" : [
"android": {
"permissions": [
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
......@@ -41,45 +41,56 @@
]
},
/* ios打包配置 */
"ios" : {},
"ios": {},
/* SDK配置 */
"sdkConfigs" : {
"share" : {}
"sdkConfigs": {
"share": {}
}
}
},
/* 快应用特有相关 */
"quickapp" : {},
"quickapp": {},
/* 小程序特有相关 */
"mp-weixin" : {
"appid" : "wxc83b55d61c7fc51d",
"setting" : {
"urlCheck" : false,
"minified" : true,
"postcss" : true,
"es6" : true
"mp-weixin": {
"appid": "wxc83b55d61c7fc51d",
"setting": {
"urlCheck": false,
"minified": true,
"postcss": true,
"es6": true
},
"usingComponents" : true,
"permission" : {
"scope.userLocation" : {
"desc" : "请允许获取位置信息,用于提供附近服务"
"usingComponents": true,
"permission": {
"scope.userLocation": {
"desc": "请允许获取位置信息,用于提供附近服务"
}
},
"requiredBackgroundModes" : [ "share" ],
"embeddedAppIdList" : [ "wx4205ec55b793245e", "wxab14ac8f684ad962" ]
"requiredBackgroundModes": [
"share"
],
"embeddedAppIdList": [
"wx4205ec55b793245e",
"wxab14ac8f684ad962"
],
"optimization": {
"subpackages": true,
"minimize": true
}
},
"mp-alipay" : {
"usingComponents" : true
"mp-alipay": {
"usingComponents": true
},
"mp-baidu" : {
"usingComponents" : true
"mp-baidu": {
"usingComponents": true
},
"mp-toutiao" : {
"usingComponents" : true
"mp-toutiao": {
"usingComponents": true
},
"uniStatistics" : {
"enable" : false
"uniStatistics": {
"enable": false
},
"vueVersion" : "3",
"requiredPrivateInfos" : [ "chooseAddress" ]
"vueVersion": "3",
"requiredPrivateInfos": [
"chooseAddress"
]
}
\ No newline at end of file
......@@ -139,7 +139,7 @@ const isBackApp = ref(false);
const taskId = ref(0);
const shareOptions = {
0: {
title: '8000万中国妈妈信赖的育儿品牌',
title: '8500万中国妈妈信赖的育儿品牌',
path: '/pages/index/index?pageType=home',
imageUrl: $baseUrl + 'share/share_home0901.jpg',
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment