diff --git a/.env b/.env index 34b994b..7e93293 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ # 页面标题 -VITE_APP_TITLE = '申请礼物后台管理' \ No newline at end of file +VITE_APP_TITLE = '光缆资源管理系统' \ No newline at end of file diff --git a/.env.production b/.env.production index 78303a4..05feb47 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ # 生产环境配置 ENV = 'production' -VITE_APP_API_HOST = 'https://gift.zpc-xy.com/' +VITE_APP_API_HOST = 'https://odf.zpc-xy.com/' # 生产环境 -VITE_APP_BASE_API = 'https://gift.zpc-xy.com/' +VITE_APP_BASE_API = 'https://odf.zpc-xy.com/' # 路由前缀 VITE_APP_ROUTER_PREFIX = '/' @@ -13,7 +13,7 @@ VITE_APP_ROUTER_PREFIX = '/' VITE_APP_UPLOAD_URL = 'Common/UploadFile' #socket API -VITE_APP_SOCKET_API = 'https://gift.zpc-xy.com/msghub' +VITE_APP_SOCKET_API = 'https://odf.zpc-xy.com/msghub' # 是否在打包时开启压缩,支持 gzip 和 brotli VITE_BUILD_COMPRESS = gzip \ No newline at end of file diff --git a/dist.zip b/dist.zip deleted file mode 100644 index a76d8c6..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/index.html b/index.html index 4f6d73e..2f14f71 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,8 @@ - -
' + error + '
', '导入结果', { + // const { item1, item2 } = response.data + // var error = '' + // item2.forEach((item) => { + // error += item.storageMessage + ',' + // }) + proxy.$alert('' + response.data + '
', '导入结果', { dangerouslyUseHTMLString: true }) getList() diff --git a/src/views/index.vue b/src/views/index.vue index df9436d..84b9d94 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -2,7 +2,7 @@