diff --git a/.env.development b/.env.development index e6e119e..6f13988 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,8 @@ ENV = 'dev' -VITE_APP_API_BASEURL =https://dev.ow.f2b211.com/admapi/v1 +VITE_APP_API_BASEURL =https://dev.cyberdata.oricostorage.com/admapi/v1 #前端回显图片之类的地址 -VITE_APP_API_BASE_UPLOAD_URL =https://dev.ow.f2b211.com/ +VITE_APP_API_BASE_UPLOAD_URL =https://dev.cyberdata.oricostorage.com// # 本地环境 VITE_USER_NODE_ENV = development diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 3e50a00..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/components.d.ts b/src/components.d.ts index 207249a..429b6a7 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -7,16 +7,16 @@ export {} declare module "vue" { export interface GlobalComponents { + 403: typeof import("./components/ErrorMessage/403.vue")["default"]; + 404: typeof import("./components/ErrorMessage/404.vue")["default"]; + 500: typeof import("./components/ErrorMessage/500.vue")["default"]; + ColSetting: typeof import("./components/ProTable/components/ColSetting.vue")["default"]; + Editor: typeof import("./components/Editor/index.vue")["default"]; ElAside: typeof import("element-plus/es")["ElAside"]; ElAutocomplete: typeof import("element-plus/es")["ElAutocomplete"]; ElBreadcrumb: typeof import("element-plus/es")["ElBreadcrumb"]; ElBreadcrumbItem: typeof import("element-plus/es")["ElBreadcrumbItem"]; ElButton: typeof import("element-plus/es")["ElButton"]; - ElCarousel: typeof import("element-plus/es")["ElCarousel"]; - ElCarouselItem: typeof import("element-plus/es")["ElCarouselItem"]; - ElCheckbox: typeof import("element-plus/es")["ElCheckbox"]; - ElCheckboxGroup: typeof import("element-plus/es")["ElCheckboxGroup"]; - ElColorPicker: typeof import("element-plus/es")["ElColorPicker"]; ElContainer: typeof import("element-plus/es")["ElContainer"]; ElDatePicker: typeof import("element-plus/es")["ElDatePicker"]; ElDialog: typeof import("element-plus/es")["ElDialog"]; @@ -38,7 +38,6 @@ declare module "vue" { ElOption: typeof import("element-plus/es")["ElOption"]; ElPagination: typeof import("element-plus/es")["ElPagination"]; ElRadio: typeof import("element-plus/es")["ElRadio"]; - ElRadioButton: typeof import("element-plus/es")["ElRadioButton"]; ElRadioGroup: typeof import("element-plus/es")["ElRadioGroup"]; ElScrollbar: typeof import("element-plus/es")["ElScrollbar"]; ElSelect: typeof import("element-plus/es")["ElSelect"]; @@ -49,10 +48,12 @@ declare module "vue" { ElTabPane: typeof import("element-plus/es")["ElTabPane"]; ElTabs: typeof import("element-plus/es")["ElTabs"]; ElTag: typeof import("element-plus/es")["ElTag"]; - ElTooltip: typeof import("element-plus/es")["ElTooltip"]; - ElTree: typeof import("element-plus/es")["ElTree"]; ElTreeSelect: typeof import("element-plus/es")["ElTreeSelect"]; ElUpload: typeof import("element-plus/es")["ElUpload"]; + Empty: typeof import("./components/ProTable/components/Empty.vue")["default"]; + FormTable: typeof import("./components/FormTable/index.vue")["default"]; + Grid: typeof import("./components/Grid/index.vue")["default"]; + GridItem: typeof import("./components/Grid/components/GridItem.vue")["default"]; IEpArrowDown: typeof import("~icons/ep/arrow-down")["default"]; IEpCircleClose: typeof import("~icons/ep/circle-close")["default"]; IEpFolderDelete: typeof import("~icons/ep/folder-delete")["default"]; @@ -60,7 +61,20 @@ declare module "vue" { IEpRemove: typeof import("~icons/ep/remove")["default"]; IEpSearch: typeof import("~icons/ep/search")["default"]; IEpSwitchButton: typeof import("~icons/ep/switch-button")["default"]; + ImportExcel: typeof import("./components/ImportExcel/index.vue")["default"]; + Index2: typeof import("./components/Editor/index2.vue")["default"]; + Loading: typeof import("./components/Loading/index.vue")["default"]; + Pagination: typeof import("./components/ProTable/components/Pagination.vue")["default"]; + ProTable: typeof import("./components/ProTable/index.vue")["default"]; RouterLink: typeof import("vue-router")["RouterLink"]; RouterView: typeof import("vue-router")["RouterView"]; + RulesForm: typeof import("./components/rulesForm/index.vue")["default"]; + SearchForm: typeof import("./components/SearchForm/index.vue")["default"]; + SearchFormItem: typeof import("./components/SearchForm/components/SearchFormItem.vue")["default"]; + TableColumn: typeof import("./components/ProTable/components/TableColumn.vue")["default"]; + UploadImg: typeof import("./components/Upload/UploadImg.vue")["default"]; + UploadImgs: typeof import("./components/Upload/UploadImgs.vue")["default"]; + UploadVideo: typeof import("./components/Upload/UploadVideo.vue")["default"]; + WangEditor: typeof import("./components/WangEditor/index.vue")["default"]; } }