@@ -257,7 +257,7 @@ export default {
}
//安全检查跳转
if ((val == 2 && taskType == 1) || (val == 2 && taskType == 2)) {
- pathInfo = `/securityDetail?id=${id}&enable=${taskType}`
+ pathInfo = `/securityAdd?id=${id}&enable=${taskType}`
//履职跳转
if ((val == 0 && taskType == 1) || (val == 0 && taskType == 2)) {
@@ -118,7 +118,7 @@ module.exports = defineConfig({
},
'/dev': {
- target: "http://10.87.21.103:8080",
+ target: "http://10.87.23.62:8080",
// ws:true,
changOrigin:true,
pathRewrite:{