fix(tsconfig.json): 默认导入import配置

This commit is contained in:
郝先瑞
2022-01-16 10:56:30 +08:00
parent 21d61b7a06
commit 5c24e1240c
4 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# 生产环境变量
NODE_ENV='production'
VITE_APP_TITLE = '管理系统'
VITE_APP_PORT = 3000
VITE_APP_TITLE = '有来商城管理系统'
VITE_APP_PORT = 9527
VITE_APP_BASE_API = '/prod-api'