Ver Fonte

进行分支合并

sugb há 8 meses atrás
pai
commit
bf6906c8da
3 ficheiros alterados com 3 adições e 1 exclusões
  1. 1 0
      .env.development
  2. 1 0
      README.md
  3. 1 1
      vue.config.js

+ 1 - 0
.env.development

@@ -1,5 +1,6 @@
 NODE_ENV=development
 VUE_APP_API_BASE_URL=http://127.0.0.1:8080/jeecg-boot/
+#VUE_APP_API_BASE_URL=http://10.233.1.64:9002/jeecg-boot/
 #VUE_APP_API_BASE_URL=http://10.147.20.133:8080/jeecg-boot/
 
 

+ 1 - 0
README.md

@@ -1,5 +1,6 @@
 Ant Design Jeecg Vue
 ====
+nodejs版本尽量使用16.16.0
 
 当前最新版本: 3.1.0(发布日期:20220301)
 

+ 1 - 1
vue.config.js

@@ -92,7 +92,7 @@ module.exports = {
   },
 
   devServer: {
-    port: 3000,
+    port: 3001,
     // hot: true,
     // disableHostCheck: true,
     // overlay: {