diff --git a/components/certifiedCj/certifiedCj.vue b/components/certifiedCj/certifiedCj.vue index 253aa53..bf8ff9d 100644 --- a/components/certifiedCj/certifiedCj.vue +++ b/components/certifiedCj/certifiedCj.vue @@ -59,8 +59,9 @@ clickCj(index) { if (index == 0) { uni.navigateTo({ - url: '/pages/detail/certifiedCjDetail/certifiedCjDetail' + url: '../../packageReport/certifiedCjDetail/certifiedCjDetail' }) + } } } diff --git a/components/news/news.vue b/components/news/news.vue index 1195aeb..bced60a 100644 --- a/components/news/news.vue +++ b/components/news/news.vue @@ -50,7 +50,7 @@ clickNews(index) { if (index == 0) { uni.navigateTo({ - url: '/pages/detail/xwDetail/xwDetail' + url: '../../packageReport/xwDetail/xwDetail' }) } }, diff --git a/manifest.json b/manifest.json index 3b8eb92..a26ae89 100644 --- a/manifest.json +++ b/manifest.json @@ -1,74 +1,74 @@ { - "name" : "shitong-app", - "appid" : "__UNI__CB00746", - "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 - }, - /* 模块配置 */ - "modules" : {}, - /* 应用发布信息 */ - "distribute" : { - /* android打包配置 */ - "android" : { - "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios" : {}, - /* SDK配置 */ - "sdkConfigs" : {} - } - }, - /* 快应用特有相关 */ - "quickapp" : {}, - /* 小程序特有相关 */ - "mp-weixin" : { - "appid" : "wx4c2099a19c69664f", - "setting" : { - "urlCheck" : false, - "es6" : false, - "postcss" : false - }, - "usingComponents" : true - }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "uniStatistics" : { - "enable" : false - }, - "vueVersion" : "2" + "name": "shitong-app", + "appid": "__UNI__807D381", + "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 + }, + /* 模块配置 */ + "modules": {}, + /* 应用发布信息 */ + "distribute": { + /* android打包配置 */ + "android": { + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + /* ios打包配置 */ + "ios": {}, + /* SDK配置 */ + "sdkConfigs": {} + } + }, + /* 快应用特有相关 */ + "quickapp": {}, + /* 小程序特有相关 */ + "mp-weixin": { + "appid": "wx4c2099a19c69664f", + "setting": { + "urlCheck": false, + "es6": false, + "postcss": false + }, + "usingComponents": true + }, + "mp-alipay": { + "usingComponents": true + }, + "mp-baidu": { + "usingComponents": true + }, + "mp-toutiao": { + "usingComponents": true + }, + "uniStatistics": { + "enable": false + }, + "vueVersion": "2" } diff --git a/pages/my/bindCompony/bindCompony.vue b/packageMy/bindCompony/bindCompony.vue similarity index 100% rename from pages/my/bindCompony/bindCompony.vue rename to packageMy/bindCompony/bindCompony.vue diff --git a/pages/my/browseHistory/browseHistory.vue b/packageMy/browseHistory/browseHistory.vue similarity index 100% rename from pages/my/browseHistory/browseHistory.vue rename to packageMy/browseHistory/browseHistory.vue diff --git a/pages/my/memberCenter/memberCenter.vue b/packageMy/memberCenter/memberCenter.vue similarity index 100% rename from pages/my/memberCenter/memberCenter.vue rename to packageMy/memberCenter/memberCenter.vue diff --git a/packageReport/certifiedCj/certifiedCj.vue b/packageReport/certifiedCj/certifiedCj.vue index 437fdef..d631b34 100644 --- a/packageReport/certifiedCj/certifiedCj.vue +++ b/packageReport/certifiedCj/certifiedCj.vue @@ -1,5 +1,5 @@