diff --git a/App.vue b/App.vue index eb4230c..8279497 100644 --- a/App.vue +++ b/App.vue @@ -32,7 +32,7 @@ }, checkLogin() { if (!getToken()) { - this.$tab.reLaunch('/pages/login') + this.$tab.reLaunch('/pages/switchSystem') } } } diff --git a/components/zxz-uni-data-select/zxz-uni-data-select.vue b/components/zxz-uni-data-select/zxz-uni-data-select.vue new file mode 100644 index 0000000..d00f0b5 --- /dev/null +++ b/components/zxz-uni-data-select/zxz-uni-data-select.vue @@ -0,0 +1,780 @@ + + + + + \ No newline at end of file diff --git a/config.js b/config.js index 1b93a6c..2e79c50 100644 --- a/config.js +++ b/config.js @@ -1,10 +1,15 @@ // 应用全局配置 module.exports = { - // baseUrl: 'https://api.xayunmei.com/zhongcaiapi', - baseUrl: 'https://api.xayunmei.com/zhongcaiapitest', + // baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi', + // baseUrl: 'https://api.xayunmei.com/zhongcaiapitest', // baseUrl: 'http://121.40.189.20:9001', - // baseUrl: 'http://121.40.189.20:8001', - // baseUrl: 'http://192.168.3.77:8080', + baseUrlZC:'https://api.xayunmei.com/zhongcaiapi', + // baseUrlZC:'https://api.xayunmei.com/zhongcaiapitest', + baseUrlTJ:'https://api.xayunmei.com/tiaojieapitest', + // baseUrlTJ:'https://api.xayunmei.com/tiaojieapi', + // baseUrlZC: 'http://121.40.189.20:8001', + // baseUrlTJ: 'http://121.40.189.20:6001', + // baseUrl: 'http://172.16.1.24:8001', // baseUrl: 'http://localhost:8080', // baseUrl: 'http://192.168.3.18:9001', // 应用信息 diff --git a/pages.json b/pages.json index f4db920..d424c41 100644 --- a/pages.json +++ b/pages.json @@ -1,8 +1,14 @@ { - "pages": [{ + "pages": [ + { + "path": "pages/switchSystem", + "style": { + "navigationBarTitleText": "" + } + }, { "path": "pages/login", "style": { - "navigationBarTitleText": "登录" + "navigationBarTitleText": "" } }, { "path": "pages/register", diff --git a/pages/expressDelivery/component/list.vue b/pages/expressDelivery/component/list.vue index a808576..e457ea4 100644 --- a/pages/expressDelivery/component/list.vue +++ b/pages/expressDelivery/component/list.vue @@ -16,7 +16,7 @@ {{defalutVal.applicantName}} - + 被申请人姓名: @@ -79,7 +79,6 @@ width: 100%; display: flex; height: 50rpx; - .lable { width: 30%; } diff --git a/pages/handlecase/component/list.vue b/pages/handlecase/component/list.vue index cc49bd1..dad4072 100644 --- a/pages/handlecase/component/list.vue +++ b/pages/handlecase/component/list.vue @@ -16,8 +16,8 @@ {{defalutVal.applicantName}} - - + + 被申请人姓名: @@ -102,14 +102,14 @@ width: 100%; display: flex; height: 50rpx; - .lable { width: 30%; } .main { width: 60%; - } + } + } .btn{ margin-top: 20rpx; diff --git a/pages/handlecase/component/uploadEvidence.vue b/pages/handlecase/component/uploadEvidence.vue index fb0cbda..6a1e8a0 100644 --- a/pages/handlecase/component/uploadEvidence.vue +++ b/pages/handlecase/component/uploadEvidence.vue @@ -1,6 +1,9 @@