12345678910111213141516171819202122232425262728 |
- # just a flag
- ENV = 'development'
- # base api
- VUE_APP_BASE_API = 'https://dev1.cloud-seal.com/'
- #微信授权调用URL
- VUE_APP_WX_PATH = 'https://dev1.cloud-seal.com/life/#/login'
- #公众号id 煋象健康
- VUE_APP_WX_APP_ID = 'wxbe14c70a4dcb3a0c'
- #微信第三方登录类型
- VUE_APP_WX_APP_CODE = 'WX_MP_1'
- # 患者端 上下文
- VUE_APP_API = 'hipo-business'
- # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
- # to control whether the babel-plugin-dynamic-import-node plugin is enabled.
- # It only does one thing by converting all import() to require().
- # This configuration can significantly increase the speed of hot updates,
- # when you have a large number of pages.
- # Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
- VUE_CLI_BABEL_TRANSPILE_MODULES = true
|