Commit 6713600aa69cda853fd353b62ac10a8bdd1c2c47

Authored by “wangming”
1 parent 6d1db4c6

fix: update development environment API configuration

- Swapped the values for VUE_APP_BASE_API to switch from the test server to localhost for local development.
- Cleaned up commented lines for clarity.
antis-ncc-admin/.env.development
... ... @@ -2,8 +2,8 @@
2 2  
3 3 VUE_CLI_BABEL_TRANSPILE_MODULES = true
4 4 # VUE_APP_BASE_API = 'https://erp.lvqianmeiye.com'
5   -VUE_APP_BASE_API = 'http://erp_test.lvqianmeiye.com'
6   -# VUE_APP_BASE_API = 'http://localhost:2011'
  5 +# VUE_APP_BASE_API = 'http://erp_test.lvqianmeiye.com'
  6 +VUE_APP_BASE_API = 'http://localhost:2011'
7 7 # VUE_APP_BASE_API = 'http://localhost:2011'
8 8 VUE_APP_IMG_API = ''
9 9 VUE_APP_BASE_WSS = 'ws://192.168.110.45:2011/websocket'
... ...
sql/门店驾驶舱菜单配置.sql
... ... @@ -25,3 +25,5 @@ VALUES
25 25  
26 26  
27 27  
  28 +
  29 +
... ...