fix: BUG修改
This commit is contained in:
parent
cd2d793ad6
commit
278df7f5b7
4
main.js
4
main.js
@ -37,11 +37,11 @@ if (process.env.NODE_ENV === 'development') {
|
||||
console.log('开发环境')
|
||||
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢正式地址(弃用)
|
||||
// Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢正式地址
|
||||
Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
|
||||
// Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
|
||||
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' //雄哥内网穿透地址
|
||||
// Vue.prototype.url_config = 'http://jxj.zhgdyun.com:61212/' //杰哥内网穿透地址
|
||||
// Vue.prototype.url_config = ' http://192.168.34.221:28888/' //郭圣雄本地
|
||||
// Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地
|
||||
Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地
|
||||
// Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地
|
||||
// Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用)
|
||||
// Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址
|
||||
|
||||
@ -562,20 +562,17 @@
|
||||
// return false;
|
||||
// }
|
||||
console.log('item=======item.plugin', item, item.plugin)
|
||||
switch (item.moduleName) {
|
||||
case "进度管理AG":
|
||||
uni.navigateTo({
|
||||
url: '/pages/standardScheduleNews/home'
|
||||
})
|
||||
break;
|
||||
}
|
||||
switch (item.plugin) {
|
||||
// case 'markRoom':
|
||||
// uni.navigateTo({
|
||||
// url: '../markRoom/markRoom'
|
||||
// })
|
||||
// break
|
||||
|
||||
case "standardScheduleAg":
|
||||
uni.navigateTo({
|
||||
url: '/pages/standardScheduleNews/home'
|
||||
})
|
||||
break;
|
||||
case "inspectRoute":
|
||||
uni.navigateTo({
|
||||
url: '../../projectEnd/InspectionRoute/inspectedstay'
|
||||
|
||||
@ -82,7 +82,7 @@
|
||||
<view class="menu" @click="specialCheck">
|
||||
<image class="icon" style="width: 30px; height: 30px;" src="@/static/safeMange/danger_check.png">
|
||||
</image>
|
||||
<view>特种验收</view>
|
||||
<view>特殊作业验收</view>
|
||||
</view>
|
||||
<view class="menu" @click="reliefApprove">
|
||||
<image class="icon" style="width: 30px; height: 30px;" src="@/static/reliefApprove.png">
|
||||
@ -207,7 +207,7 @@
|
||||
})
|
||||
},
|
||||
specialCheck() {
|
||||
//特种验收
|
||||
//特殊作业验收
|
||||
uni.navigateTo({
|
||||
url: '../specialOperations/specialCheck'
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user