master
parent
dacedfdf17
commit
a3d427a16f
|
|
@ -1,9 +1,9 @@
|
|||
# 应用名称
|
||||
VITE_APP_NAME=(测试环境)再昇云
|
||||
VITE_APP_NAME=(测试环境)再昇云收运处平台
|
||||
|
||||
# 当前应用基础地址
|
||||
VITE_APP_BASE_URL=/test
|
||||
VITE_APP_BASE_URL=/
|
||||
|
||||
# 服务器基础地址
|
||||
VITE_HTTP_SERVER_BASE_URL=/test/api
|
||||
VITE_WS_SERVER_BASE_URL=/test/api/fdx
|
||||
VITE_HTTP_SERVER_BASE_URL=https://s2.njzscloud.com/api
|
||||
VITE_WS_SERVER_BASE_URL=https://s2.njzscloud.com/api/fdx
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
// ------
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
import { GlobalComponents } from 'vue'
|
||||
|
||||
export {}
|
||||
|
||||
|
|
@ -108,4 +107,4 @@ declare global {
|
|||
const ElUpload: typeof import('element-plus/es')['ElUpload']
|
||||
const RouterLink: typeof import('vue-router')['RouterLink']
|
||||
const RouterView: typeof import('vue-router')['RouterView']
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
调试模式浏览器参数:--auto-open-devtools-for-tabs
|
||||
Loading…
Reference in New Issue