| | |
| | | # 开发环境配置 |
| | | NODE_ENV = 'development' |
| | | |
| | | |
| | | VUE_APP_CONTEXT_PATH = '/' |
| | | VUE_APP_API_PREFIX = '/martempo_admin_interface' |
| | | |
| | | # 焦松本地 |
| | | # http://192.168.0.36:10012/doc.html#/home |
| | | # VUE_APP_API_BASE_URL='http://192.168.0.190:10026' |
| | | # VUE_APP_API_BASE_URL = 'http://192.168.0.191:10026' |
| | | |
| | | # 萍姐本地 |
| | | # http://192.168.0.36:10012/doc.html#/home |
| | | |
| | | # 萍姐本地 |
| | | VUE_APP_API_BASE_URL = 'http://192.168.0.100:10026' |
| | | # VUE_APP_API_BASE_URL = 'http://192.168.0.100:10026' |
| | | |
| | | # 后端接口地址:https://dmtest.ahapp.net/bike_admin_api/doc.html |
| | | # VUE_APP_API_BASE_URL = 'https://dmtest.ahapp.net/bike_admin_api' |
| | | # 后端接口地址 |
| | | VUE_APP_API_BASE_URL = 'https://dmtest.ahapp.net/bike_admin_api' |