新增添加支付方式类型枚举

This commit is contained in:
gyq
2024-03-04 15:53:44 +08:00
parent 0c795bee95
commit 799ee9a5b5
4 changed files with 75 additions and 15 deletions

View File

@@ -2,6 +2,7 @@ ENV = 'development'
# 接口地址
VUE_APP_BASE_API = 'http://192.168.2.128:8000'
# VUE_APP_BASE_API = 'http://192.168.2.16:8000'
VUE_APP_WS_API = 'ws://192.168.2.128:8000'
# 是否启用 babel-plugin-dynamic-import-node插件