@@ -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/
Ant Design Jeecg Vue
====
+nodejs版本尽量使用16.16.0
当前最新版本: 3.1.0(发布日期:20220301)
@@ -92,7 +92,7 @@ module.exports = {
},
devServer: {
- port: 3000,
+ port: 3001,
// hot: true,
// disableHostCheck: true,
// overlay: {