diff --git a/.gitignore b/.gitignore index d6978a1..f752a5e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,5 @@ # JavaScript node_modules/ -uni_modules unpackage diff --git a/manifest.json b/manifest.json index 8554839..7f024bf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,92 +1,92 @@ { - "name": "12123", - "appid": "__UNI__099032D", - "description": "", - "versionName": "1.0.0", - "versionCode": "100", - "transformPx": false, - /* 5+App特有相关 */ - "app-plus": { - "usingComponents": true, - "nvueStyleCompiler": "uni-app", - "compilerVersion": 3, - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": false, - "autoclose": true, - "delay": 0 - }, - /* 模块配置 */ - "modules": {}, - /* 应用发布信息 */ - "distribute": { - /* android打包配置 */ - "android": { - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios": { - "dSYMs": false - }, - /* SDK配置 */ - "sdkConfigs": { - "ad": {} - }, - "splashscreen": { - "androidStyle": "default", - "android": { - "xxhdpi": "static/qideng/pingbaoL.png", - "xhdpi": "static/qideng/pingbaoM.png", - "hdpi": "static/qideng/pingbaoS.png" + "name" : "12123", + "appid" : "__UNI__099032D", + "description" : "", + "versionName" : "1.0.0", + "versionCode" : "100", + "transformPx" : false, + /* 5+App特有相关 */ + "app-plus" : { + "usingComponents" : true, + "nvueStyleCompiler" : "uni-app", + "compilerVersion" : 3, + "splashscreen" : { + "alwaysShowBeforeRender" : true, + "waiting" : false, + "autoclose" : true, + "delay" : 0 + }, + /* 模块配置 */ + "modules" : {}, + /* 应用发布信息 */ + "distribute" : { + /* android打包配置 */ + "android" : { + "permissions" : [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + /* ios打包配置 */ + "ios" : { + "dSYMs" : false + }, + /* SDK配置 */ + "sdkConfigs" : { + "ad" : {} + }, + "splashscreen" : { + "androidStyle" : "default", + "android" : { + "xxhdpi" : "static/qideng/pingbaoL.png", + "xhdpi" : "static/qideng/pingbaoM.png", + "hdpi" : "static/qideng/pingbaoS.png" + } + }, + "icons" : { + "android" : { + "xxxhdpi" : "static/qideng/Ll.png", + "xxhdpi" : "static/qideng/Ll.png", + "xhdpi" : "static/qideng/Mm.png", + "hdpi" : "static/qideng/Ss.png" + } + } } - }, - "icons": { - "android": { - "xxxhdpi": "static/qideng/Ll.png", - "xxhdpi": "static/qideng/Ll.png", - "xhdpi": "static/qideng/Mm.png", - "hdpi": "static/qideng/Ss.png" - } - } - } - }, - /* 快应用特有相关 */ - "quickapp": {}, - /* 小程序特有相关 */ - "mp-weixin": { - "appid": "", - "setting": { - "urlCheck": false }, - "usingComponents": true - }, - "mp-alipay": { - "usingComponents": true - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "uniStatistics": { - "enable": false - }, - "vueVersion": "3" -} \ No newline at end of file + /* 快应用特有相关 */ + "quickapp" : {}, + /* 小程序特有相关 */ + "mp-weixin" : { + "appid" : "", + "setting" : { + "urlCheck" : false + }, + "usingComponents" : true + }, + "mp-alipay" : { + "usingComponents" : true + }, + "mp-baidu" : { + "usingComponents" : true + }, + "mp-toutiao" : { + "usingComponents" : true + }, + "uniStatistics" : { + "enable" : false + }, + "vueVersion" : "3" +} diff --git a/pages/index/components/businessCenter.vue b/pages/index/components/businessCenter.vue index 064512b..8a880f6 100644 --- a/pages/index/components/businessCenter.vue +++ b/pages/index/components/businessCenter.vue @@ -1,15 +1,7 @@