feat: update vue 3.0

This commit is contained in:
Gaoxs
2023-03-05 21:38:37 +08:00
parent 2ee84d2d0b
commit dce85b1453
410 changed files with 31267 additions and 20408 deletions

14
.env.development Normal file
View File

@ -0,0 +1,14 @@
ENV = 'development'
# 接口地址
# VUE_APP_BASE_API = 'http://8.129.208.109:8001'
# VUE_APP_BASE_API = 'http://itxzz.51vip.biz/'
# VUE_APP_BASE_API = http://shop.itxzz.top:35708/
# VUE_APP_BASE_API = 'http://127.0.0.1:8001'
VITE_APP_BASE_API = 'https://app2.yixiang.co'
VITE_APP_WS_API = 'ws://app2.yixiang.co'
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true