feat: add localforage
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user