Sfoglia il codice sorgente

安全检查点击跳转到执行页面

coys 1 anno fa
parent
commit
80801f3332
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      src/views/home/works.vue
  2. 1 1
      vue.config.js

+ 1 - 1
src/views/home/works.vue

@@ -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)) {

+ 1 - 1
vue.config.js

@@ -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:{