6 changed files with 8 additions and 6 deletions
@ -1,8 +1,8 @@ |
|||||
# api请求地址 |
# api请求地址 |
||||
VITE_APP_BASE_URL='/adminapi/' |
VITE_APP_BASE_URL='http://146.56.228.75:20021/adminapi/' |
||||
|
|
||||
# 图片服务器地址 |
# 图片服务器地址 |
||||
VITE_IMG_DOMAIN='' |
VITE_IMG_DOMAIN='http://146.56.228.75:20021' |
||||
|
|
||||
# 请求时header中token的参数名 |
# 请求时header中token的参数名 |
||||
VITE_REQUEST_HEADER_TOKEN_KEY='token' |
VITE_REQUEST_HEADER_TOKEN_KEY='token' |
||||
|
|||||
@ -1,5 +1,5 @@ |
|||||
// Generated by 'unplugin-auto-import'
|
// Generated by 'unplugin-auto-import'
|
||||
export {} |
export {} |
||||
declare global { |
declare global { |
||||
const ElNotification: typeof import('element-plus/es')['ElNotification'] |
|
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue