添加银行和政府端小程序
This commit is contained in:
22
government-mini-program/env.example
Normal file
22
government-mini-program/env.example
Normal file
@@ -0,0 +1,22 @@
|
||||
# 环境配置示例文件
|
||||
# 复制此文件为 .env 并修改相应配置
|
||||
|
||||
# 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=your-wechat-appid-here
|
||||
|
||||
# 开发环境配置
|
||||
NODE_ENV=development
|
||||
|
||||
# 端口配置
|
||||
PORT=8080
|
||||
|
||||
# 代理配置
|
||||
VUE_APP_PROXY_TARGET=http://localhost:5352
|
||||
Reference in New Issue
Block a user