代码提交

test
zhangdi 1 year ago
parent 5a470cbf3f
commit 327bf20cc4
  1. 4
      pages/inspection/quest.vue
  2. 3
      utils/website.js

@ -451,7 +451,9 @@ export default {
if ((item == 6 && this.dataTypes == 3) || (item == 6 && this.dataTypes == 2) || (item == 6 && this.dataTypes == 1)) {
return '待付款'
}
if (item == 7||item == 8) {
return '已完成'
}
},
// tablist
statusList() {

@ -3,8 +3,9 @@
*/
export default {
// baseUrl: 'http://124.221.142.15:8088/lab',
baseUrl:'http://192.168.0.111:80', //李庆坤
// baseUrl:'http://192.168.0.111:80', //李庆坤
// baseUrl:'http://192.168.0.109:80', //李涛
baseUrl:'http://192.168.1.12:80', //李涛
indexTitle: "科研医疗建筑运维平台",
clientId: "saber", // 客户端id
clientSecret: "saber_secret", // 客户端密钥

Loading…
Cancel
Save