Преглед на файлове

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