Sfoglia il codice sorgente

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

kindring 2 anni fa
parent
commit
0eaf831415
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: {