Переглянути джерело

fix:
1. 修改dev环境后端端口

kindring 2 роки тому
батько
коміт
0eaf831415
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      web_src/config/index.js

+ 1 - 1
web_src/config/index.js

@@ -3,7 +3,7 @@
 // see http://vuejs-templates.github.io/webpack for documentation.
 
 const path = require('path')
-const baseUrl = "https://127.0.0.1:29002"
+const baseUrl = "https://127.0.0.1:19200"
 const ZLMServer = "https://192.168.1.60:29010"
 module.exports = {
   dev: {