1
2
3
4
5
6
7
8
9
10
11
12
| # 生产环境配置
| NODE_ENV = 'production'
|
| <<<<<<< HEAD
| # VUE_APP_API_URL = 'http://192.168.0.7/system_gateway'
|
| VUE_APP_API_URL = 'http://10.49.152.112/system_gateway'
| =======
| VUE_APP_API_URL = 'http://10.49.152.112/system_gateway'
| >>>>>>> 6d07596890c54a8b7cdfd14d8ebd4b4e9acefecd
|
| VUE_APP_AMAP_KEY='045542fc5f436b75e6c911c5c84ff8cd'
|
|