This commit is contained in:
2024-10-09 11:13:57 +08:00
parent 209aa60b03
commit c8d15c5b76
14 changed files with 11 additions and 136 deletions

View File

@@ -5,7 +5,7 @@ VITE_GLOB_APP_TITLE=PQS-9100自动检测平台
VITE_PORT=18091
# 启动时自动打开浏览器
VITE_OPEN=true
VITE_OPEN=false
# 打包后是否生成包分析文件
VITE_REPORT=false

View File

@@ -2,7 +2,7 @@
VITE_USER_NODE_ENV=development
# 公共基础路径
VITE_PUBLIC_PATH=/
VITE_PUBLIC_PATH=./
# 路由模式
# Optional: hash | history

View File

@@ -2,7 +2,7 @@
VITE_USER_NODE_ENV=production
# 公共基础路径
VITE_PUBLIC_PATH=/
VITE_PUBLIC_PATH=./
# 路由模式
# Optional: hash | history
@@ -22,4 +22,4 @@ VITE_DROP_CONSOLE=true
VITE_PWA=true
# 线上环境接口地址
VITE_API_URL="https://mock.mengxuegu.com/mock/629d727e6163854a32e8307e"
VITE_API_URL="http://192.168.1.125:18092/"

View File

@@ -11,11 +11,8 @@ declare module 'vue' {
404: typeof import('./src/components/ErrorMessage/404.vue')['default']
500: typeof import('./src/components/ErrorMessage/500.vue')['default']
ColSetting: typeof import('./src/components/ProTable/components/ColSetting.vue')['default']
ComplexProTable: typeof import('./src/components/proTable/complexProTable/index.vue')['default']
Default: typeof import('./src/components/echarts/pie/default.vue')['default']
Detail: typeof import('./src/components/proTable/useProTable/detail.vue')['default']
Dialog: typeof import('./src/components/Dialog/index.vue')['default']
Document: typeof import('./src/components/proTable/document/index.vue')['default']
ElAside: typeof import('element-plus/es')['ElAside']
ElBreadcrumb: typeof import('element-plus/es')['ElBreadcrumb']
ElBreadcrumbItem: typeof import('element-plus/es')['ElBreadcrumbItem']
@@ -60,7 +57,6 @@ declare module 'vue' {
ElTimePicker: typeof import('element-plus/es')['ElTimePicker']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
ElTree: typeof import('element-plus/es')['ElTree']
ElUpload: typeof import('element-plus/es')['ElUpload']
Grid: typeof import('./src/components/Grid/index.vue')['default']
GridItem: typeof import('./src/components/Grid/components/GridItem.vue')['default']
ImportExcel: typeof import('./src/components/ImportExcel/index.vue')['default']
@@ -74,10 +70,5 @@ declare module 'vue' {
SvgIcon: typeof import('./src/components/staticExtend/SvgIcon/src/SvgIcon.vue')['default']
SwitchDark: typeof import('./src/components/SwitchDark/index.vue')['default']
TableColumn: typeof import('./src/components/ProTable/components/TableColumn.vue')['default']
TreeProTable: typeof import('./src/components/proTable/treeProTable/index.vue')['default']
UseProTable: typeof import('./src/components/proTable/useProTable/index.vue')['default']
UserDrawer: typeof import('./src/components/proTable/components/UserDrawer.vue')['default']
UseSelectFilter: typeof import('./src/components/proTable/useSelectFilter/index.vue')['default']
UseTreeFilter: typeof import('./src/components/proTable/useTreeFilter/index.vue')['default']
}
}

View File

@@ -26,12 +26,14 @@
"element-plus": "^2.7.8",
"md5": "^2.3.0",
"mitt": "^3.0.1",
"mkdirp": "^3.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.2.1",
"pinia-plugin-persistedstate": "^3.2.1",
"print-js": "^1.6.0",
"qs": "^6.11.2",
"screenfull": "^6.0.2",
"semver": "^7.3.5",
"sortablejs": "^1.15.0",
"vue": "^3.4.29",
"vue-i18n": "^9.4.0",
@@ -75,8 +77,5 @@
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^2.0.21"
},
"engines": {
"node": ">=16.0.0"
}
}