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

增加事项

parent c75f20eb
......@@ -34,13 +34,13 @@
// //正式环境
// api: "https://rapi.egovrobot.com/",
// rocrUrl: "https://rocr.egovrobot.com/",
// rocrUrl: "http://rocr.egovrobot.com/",
// webSocketUrl : "wss://rapi.egovrobot.com/websocket/",
// aiCaseUrl: "http://112.19.80.237:11044/"
//测试环境
api: 'https://api.egovrobot.com/',
rocrUrl: "https://rocr.egovrobot.com/",
rocrUrl: "http://rocr.egovrobot.com/",
webSocketUrl : "wss://api.egovrobot.com/websocket/",
aiCaseUrl: "http://192.168.0.173:8099/"
};
......
This diff is collapsed.
......@@ -149,7 +149,7 @@ export default{
methods:{
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}});
}else {
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