|
@@ -1,9 +1,9 @@
|
|
|
NODE_ENV=development
|
|
|
# VUE_APP_API_BASE_URL=http://192.168.2.244:8520/jeecg-boot
|
|
|
-VUE_APP_API_BASE_URL=http://127.0.0.1:8520/jeecg-boot
|
|
|
+# VUE_APP_API_BASE_URL=http://127.0.0.1:8520/jeecg-boot
|
|
|
# VUE_APP_API_BASE_URL='/jeecg-boot'
|
|
|
# // 部署修改
|
|
|
-# VUE_APP_API_BASE_URL='/dev-api'
|
|
|
+VUE_APP_API_BASE_URL='/dev-api'
|
|
|
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
|
|
|
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
|
|
|
|