填报信息页面

xgf-training-dev
wangyan 2025-02-19 14:39:49 +08:00
parent 00474fc0be
commit dc0d63f415
2 changed files with 3 additions and 2 deletions

View File

@ -179,7 +179,7 @@ export default {
}, },
onLoad(query) { onLoad(query) {
this.routeQuery = query // this.routeQuery = query // 1
}, },
methods: { methods: {

View File

@ -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'