diff --git a/config/app.js b/config/app.js index d3e66d2..bb7d092 100644 --- a/config/app.js +++ b/config/app.js @@ -15,18 +15,21 @@ const env = 'dev'; // 开发 switch (env) { case 'prod': httpApi = 'https://shop.lihaink.cn' // 生产 - httpApiTwo = 'https://nk.lihaink.cn' - httpApiThree = 'http://ceshi-oa.lihaink.cn' + httpApiTwo = 'https://nk.lihaink.cn' + httpApiThree = 'http://ceshi-oa.lihaink.cn' + httpApiFour = 'https://worker-task.lihaink.cn' break; case 'prew': httpApi = 'https://test.shop.lihaink.cn' //预发布环境 - httpApiTwo = "https://nk.lihaink.cn" - httpApiThree = 'http://ceshi-oa.lihaink.cn' + httpApiTwo = "https://nk.lihaink.cn" + httpApiThree = 'http://ceshi-oa.lihaink.cn' + httpApiFour = 'https://preview-worker-task.lihaink.cn' break; default: - httpApi = "https://crmeb-test.shop.lihaink.cn" // 生产 - httpApiTwo = "https://nk.lihaink.cn" - httpApiThree = 'http://ceshi-oa.lihaink.cn' + httpApi = "https://crmeb-test.shop.lihaink.cn" // 测试 + httpApiTwo = "https://nk.lihaink.cn" + httpApiThree = 'http://ceshi-oa.lihaink.cn' + httpApiFour = 'https://ceshi-worker-task.lihaink.cn' } @@ -35,7 +38,7 @@ switch (env) { // if (process.env.NODE_ENV === "development") { // httpApi = 'https://shop.lihaink.cn' // 生产 // // httpApi = 'https://test.shop.lihaink.cn' //预发布环境 - + // // httpApi = "https://crmeb-test.shop.lihaink.cn" // // httpApi = "http://192.168.0.222" // // httpApi = "http://192.168.0.108:8325" @@ -48,7 +51,7 @@ switch (env) { // // httpApiTwo = "baseUrl" // h5跨域配置 // httpApiTwo = "https://nk.lihaink.cn" // h5跨域配置 // // httpApiThree = 'baseUrlTest' // h5跨域配置 - + // // #endif // } else if (process.env.NODE_ENV === 'production') { // httpApi = 'https://shop.lihaink.cn' // 生产 @@ -73,11 +76,13 @@ module.exports = { HTTP_REQUEST_URL: httpApi, HTTP_REQUEST_URL_TWO: httpApiTwo, HTTP_REQUEST_URL_THREE: httpApiThree, + HTTP_REQUEST_URL_FOUR: httpApiFour, VUE_APP_WS_URL: `${wsApi}?type=user`, // #endif - + // #ifdef H5 //H5接口是浏览器地址 + HTTP_REQUEST_URL_FOUR: httpApiFour|| window.location.protocol + "//" + window.location.host, HTTP_REQUEST_URL: httpApi || window.location.protocol + "//" + window.location.host, HTTP_REQUEST_URL_TWO: httpApiTwo || window.location.protocol + "//" + window.location.host, // 聊天长连接地址 diff --git a/manifest.json b/manifest.json index d51d063..e0273e5 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "惠农生活", "appid" : "__UNI__3A527D1", "description" : "", - "versionName" : "1.4.1", - "versionCode" : 141, + "versionName" : "1.4.3", + "versionCode" : 143, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages.json b/pages.json index ea535c2..650d550 100644 --- a/pages.json +++ b/pages.json @@ -124,7 +124,7 @@ }, { "path": "pages/moreProject/moreProject", "style": { - "navigationBarTitleText": "更多功能", + "navigationBarTitleText": "商户平台", "enablePullDownRefresh": false } diff --git a/pages/moreProject/moreProject.vue b/pages/moreProject/moreProject.vue index acfab95..8b51949 100644 --- a/pages/moreProject/moreProject.vue +++ b/pages/moreProject/moreProject.vue @@ -183,7 +183,7 @@ 商户设置 - + 保证缴纳金 @@ -302,7 +302,8 @@ 商户设置 - + + 保证缴纳金 @@ -373,7 +374,7 @@ 商户设置 - + 保证缴纳金 @@ -398,11 +399,6 @@ - - - - 保证缴纳金 - @@ -415,7 +411,11 @@ - + + + +
{{detail.title}}
甲方公司:{{company?company:"暂无公司信息"}} 机构代码:{{organization_code?organization_code:"暂无公司信息"}} @@ -428,7 +428,6 @@ 拒绝 -