12345678910111213141516171819202122232425262728293031323334 |
- # just a flag
- ENV = 'development'
- # base api
- VUE_APP_BASE_API = 'http://localhost:9527/doctorwx/'
- #微信授权调用URL
- VUE_APP_WX_PATH = 'http://dev1.cloud-seal.com/doctorwx/#/login2'
- VUE_APP_WX_PATH_1 = 'https://slife.bydsfy.com/doctorwx/#/login3'
- #公众号id 煋象健康
- # VUE_APP_WX_APP_ID = 'wwfb2bc740a8e3ca0c'
- #公众号id APPID
- VUE_APP_WX_APP_ID = 'wwab8e198e3aa79d2a'
- #微信第三方登录类型
- # VUE_APP_WX_APP_CODE = '1000002'
- VUE_APP_WX_APP_CODE = '1000020'
- # 患者端 上下文
- 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
|