Parcourir la source

更新 'vue.config.js'

yoko il y a 1 an
Parent
commit
fcea6fe482
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -21,13 +21,13 @@ module.exports = {
     },
     proxy: {
       '/api': {
-        target: `http://172.16.121.248:8080`,
+        target: `http://zk.li-ai.com.cn:8080`,
         // target: `http://172.16.12.146:8080`,
         ws: true,
         changeOrigin: true,
       },
       '/ws': {
-         target: `ws://172.16.121.248:8080/ws`,
+         target: `ws://zk.li-ai.com.cn:8080/ws`,
         // target: `ws://172.16.12.146:8080/ws`,
         ws: true,
         changeOrigin: true,