1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| # just a flag
| ENV = 'production'
|
| # api接口请求地址
|
| # 开发环境
| # VUE_APP_BASE_API = http://154.23.189.28:8086
| VUE_APP_BASE_API = https://api.crypt.bond
| # 静态资源文件url
| VUE_APP_RESOURCES_URL = '/admin'
|
| VUE_APP_HTTP = "https://"
| VUE_APP_PORT = ""
| VUE_APP_KEY = 'aitopefh3uIFyei23u187r3h2kFeifeuy32iiFUEuefwfiwfw'
|
| VUE_APP_SOUND = "true"
|
|