填报信息页面
parent
00474fc0be
commit
dc0d63f415
|
@ -179,7 +179,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
onLoad(query) {
|
onLoad(query) {
|
||||||
this.routeQuery = query // 接收上一个页面传递过来的路由参数
|
this.routeQuery = query // 接收上一个页面传递过来的路由参数1
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
let requestPath = 'https://qggf.qhdsafety.com/xgfApi/'; // 后台请求地址
|
// let requestPath = 'https://qggf.qhdsafety.com/xgfApi/'; // 后台请求地址
|
||||||
|
let requestPath = 'http://192.168.0.37:8058//xgf_gwj/'; // 后台请求地址
|
||||||
// let requestPath = 'https://skqhdg.porthebei.com:9006/qa-prevention-xgf/'; // 后台请求地址
|
// let requestPath = 'https://skqhdg.porthebei.com:9006/qa-prevention-xgf/'; // 后台请求地址
|
||||||
// let requestPath = 'https://qgxgf.qhdsafety.com/qa-prevention-xgf/'; // 外网地址
|
// let requestPath = 'https://qgxgf.qhdsafety.com/qa-prevention-xgf/'; // 外网地址
|
||||||
import store from '../store/index'
|
import store from '../store/index'
|
||||||
|
|
Loading…
Reference in New Issue