评估报告页问题修改

This commit is contained in:
xg-29 2024-07-01 14:18:55 +08:00
parent bec0532b9a
commit fab23a5e1e
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ import {
toast
} from "/tool/index.js"
export default {
baseUrl: 'https://syjk.yhy.ren/xcx-test/', // 测试
// baseUrl: 'https://syjk.yhy.ren/xcx-api/', // 生产
// baseUrl: 'https://syjk.yhy.ren/xcx-test/', // 测试
baseUrl: 'https://syjk.yhy.ren/xcx-api/', // 生产
post(url, param) {
return this.ajax('post', url, param)

View File

@ -75,7 +75,7 @@
},
"h5" : {
"router" : {
"base" : "test-risk-assessment"
"base" : "risk-assessment"
}
}
}