Commit 7a343406 authored by 周亚武's avatar 周亚武

增加事项

parent c75f20eb
...@@ -34,13 +34,13 @@ ...@@ -34,13 +34,13 @@
// //正式环境 // //正式环境
// api: "https://rapi.egovrobot.com/", // api: "https://rapi.egovrobot.com/",
// rocrUrl: "https://rocr.egovrobot.com/", // rocrUrl: "http://rocr.egovrobot.com/",
// webSocketUrl : "wss://rapi.egovrobot.com/websocket/", // webSocketUrl : "wss://rapi.egovrobot.com/websocket/",
// aiCaseUrl: "http://112.19.80.237:11044/" // aiCaseUrl: "http://112.19.80.237:11044/"
//测试环境 //测试环境
api: 'https://api.egovrobot.com/', api: 'https://api.egovrobot.com/',
rocrUrl: "https://rocr.egovrobot.com/", rocrUrl: "http://rocr.egovrobot.com/",
webSocketUrl : "wss://api.egovrobot.com/websocket/", webSocketUrl : "wss://api.egovrobot.com/websocket/",
aiCaseUrl: "http://192.168.0.173:8099/" aiCaseUrl: "http://192.168.0.173:8099/"
}; };
......
This diff is collapsed.
...@@ -149,7 +149,7 @@ export default{ ...@@ -149,7 +149,7 @@ export default{
methods:{ methods:{
goFillScan(formIndex){//表列表事件 goFillScan(formIndex){//表列表事件
if (formIndex==5 || formIndex==6 || formIndex==16 || formIndex==17 || formIndex==18 || formIndex==19 || formIndex==20){ if (formIndex==5 || formIndex==6 ){
this.$router.push({ path: '/contractScan',query:{formIndex:formIndex}}); this.$router.push({ path: '/contractScan',query:{formIndex:formIndex}});
}else { }else {
this.$router.push({ path: '/fillScanMaterial',query:{formIndex:formIndex}}); this.$router.push({ path: '/fillScanMaterial',query:{formIndex:formIndex}});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment