添加银行和政府端小程序
This commit is contained in:
19
government-mini-program/config.env
Normal file
19
government-mini-program/config.env
Normal file
@@ -0,0 +1,19 @@
|
||||
# API基础地址
|
||||
VUE_APP_API_BASE_URL=http://localhost:5352/api
|
||||
|
||||
# 应用配置
|
||||
VUE_APP_TITLE=政府管理系统
|
||||
VUE_APP_VERSION=1.0.0
|
||||
VUE_APP_DESCRIPTION=政府管理系统微信小程序
|
||||
|
||||
# 微信小程序配置
|
||||
VUE_APP_WECHAT_APPID=wx1b9c7cd2d0e0bfd3
|
||||
|
||||
# 开发环境配置
|
||||
NODE_ENV=development
|
||||
|
||||
# 端口配置
|
||||
PORT=8080
|
||||
|
||||
# 代理配置
|
||||
VUE_APP_PROXY_TARGET=http://localhost:5352
|
||||
Reference in New Issue
Block a user