feat: add localforage

This commit is contained in:
landaiqing
2024-04-29 16:00:47 +08:00
parent edcff9a7c7
commit 9762e15b8b
17 changed files with 726 additions and 147 deletions

View File

@@ -1,7 +1,7 @@
# 生产环境配置
VITE_NODE_ENV= 'production'
VITE_NODE_ENV='production'
# 生产环境
VITE_APP_BASE_API = '/api'
VITE_APP_BASE_API='/api'
# 页面 title 前缀
VITE_APP_TITLE=生产环境
@@ -10,3 +10,9 @@ VITE_APP_TITLE=生产环境
VITE_API_BASE_URL=''
VITE_TITLE_NAME='五味子云存储'
# token key
VITE_APP_TOKEN_KEY='token'
# the upload url
VITE_UPLOAD_URL='http://127.0.0.1:3000'