diff --git a/config.js b/config.js index a3c49f3..6419d1c 100644 --- a/config.js +++ b/config.js @@ -2,12 +2,12 @@ * 小程序配置文件 */ // 此处主机域名修改成腾讯云解决方案分配的域名 -// var host = 'http://121.42.63.138:9091/autoSR/api'; // 测试站 +var host = 'http://121.42.63.138:9091/autoSR/api'; // 测试站 // var host = 'http://192.168.31.169:8080/autoSR/api'; // 长龙 // var host = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪 // var host = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 // var host = 'https://zkgj.quhouse.com/api'; // 质控正式 -var host = 'https://hfju.com/api'; // 数智正式 +// var host = 'https://hfju.com/api'; // 数智正式 var iMServiceHost = 'https://im.quhouse.com/'; //IM的后端地址正式 diff --git a/pages.json b/pages.json index cd6995e..13d95e7 100644 --- a/pages.json +++ b/pages.json @@ -109,6 +109,14 @@ "navigationBarTextStyle": "black" } }, + { + "path": "detailsNew", + "style": { + "navigationBarTitleText": "详情", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + } + }, { "path": "calibration", "style": { diff --git a/pages/center/prohibited/index.vue b/pages/center/prohibited/index.vue index 3c5bb34..cf22da2 100644 --- a/pages/center/prohibited/index.vue +++ b/pages/center/prohibited/index.vue @@ -207,7 +207,7 @@ }) }else{ uni.navigateTo({ - url: `/pages/mine/details?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"2"}` + url: `/pages/mine/detailsNew?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"2"}` }) } } diff --git a/pages/mine/detailsNew.vue b/pages/mine/detailsNew.vue new file mode 100644 index 0000000..6ea2097 --- /dev/null +++ b/pages/mine/detailsNew.vue @@ -0,0 +1,545 @@ + + + + + + \ No newline at end of file diff --git a/static/images/jiazaizhong.gif b/static/images/jiazaizhong.gif new file mode 100644 index 0000000..5bb90fd Binary files /dev/null and b/static/images/jiazaizhong.gif differ diff --git a/utils/http.js b/utils/http.js index 15d55eb..d9610ae 100644 --- a/utils/http.js +++ b/utils/http.js @@ -1,10 +1,10 @@ -// const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站 +const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站 // const baseUrl = 'http://192.168.31.169:8080/autoSR/api'; // 长龙 // const baseUrl = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪 // const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 // const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 -const baseUrl = 'https://hfju.com/api'; // 数智正式 +// const baseUrl = 'https://hfju.com/api'; // 数智正式 const install = (Vue, vm) => { Vue.prototype.$u.http.setConfig({