diff --git a/.env b/.env index 0c209d2..34b994b 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.development b/.env.development index 488868c..778a5fa 100644 --- a/.env.development +++ b/.env.development @@ -1,16 +1,17 @@ # 开发环境配置 ENV = 'development' -VITE_APP_API_HOST = 'http://localhost:8888' +VITE_APP_API_HOST = 'http://localhost:8888/' # 开发环境 -VITE_APP_BASE_API = '/dev-api' +# VITE_APP_BASE_API = 'http://localhost:8888/' +VITE_APP_BASE_API = 'https://gift.zpc-xy.com/' # 路由前缀 VITE_APP_ROUTER_PREFIX = '/' # 默认上传地址 -VITE_APP_UPLOAD_URL = '/Common/UploadFile' +VITE_APP_UPLOAD_URL = 'Common/UploadFile' #socket API -VITE_APP_SOCKET_API = '/msghub' \ No newline at end of file +VITE_APP_SOCKET_API = 'https://gift.zpc-xy.com/msghub' \ No newline at end of file diff --git a/.env.production b/.env.production index 56ccea2..78303a4 100644 --- a/.env.production +++ b/.env.production @@ -1,18 +1,19 @@ # 生产环境配置 ENV = 'production' +VITE_APP_API_HOST = 'https://gift.zpc-xy.com/' # 生产环境 -VITE_APP_BASE_API = '/prod-api' +VITE_APP_BASE_API = 'https://gift.zpc-xy.com/' # 路由前缀 VITE_APP_ROUTER_PREFIX = '/' # 默认上传地址 -VITE_APP_UPLOAD_URL = '/Common/UploadFile' +VITE_APP_UPLOAD_URL = 'Common/UploadFile' #socket API -VITE_APP_SOCKET_API = '/msghub' +VITE_APP_SOCKET_API = 'https://gift.zpc-xy.com/msghub' # 是否在打包时开启压缩,支持 gzip 和 brotli VITE_BUILD_COMPRESS = gzip \ No newline at end of file diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..a76d8c6 Binary files /dev/null and b/dist.zip differ diff --git a/index.html b/index.html index e078955..4f6d73e 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - ZRAdmin.NET管理系统 + 申请礼物管理系统 diff --git a/src/views/business/GiftUser.vue b/src/views/business/GiftUser.vue new file mode 100644 index 0000000..8ff865a --- /dev/null +++ b/src/views/business/GiftUser.vue @@ -0,0 +1,395 @@ + + + + diff --git a/src/views/dashboard/PanelGroup.vue b/src/views/dashboard/PanelGroup.vue index 125702c..cea9bd9 100644 --- a/src/views/dashboard/PanelGroup.vue +++ b/src/views/dashboard/PanelGroup.vue @@ -6,7 +6,7 @@
- +
@@ -16,7 +16,7 @@
- +
@@ -34,39 +34,6 @@ - -
-
- -
-
- - - - -
-
-
diff --git a/src/views/gift/list.vue b/src/views/gift/list.vue new file mode 100644 index 0000000..ab620c9 --- /dev/null +++ b/src/views/gift/list.vue @@ -0,0 +1,15 @@ + + + + + diff --git a/src/views/index.vue b/src/views/index.vue index e29bb4e..df9436d 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,162 +1,56 @@ - diff --git a/src/views/record/list.vue b/src/views/record/list.vue new file mode 100644 index 0000000..a90f890 --- /dev/null +++ b/src/views/record/list.vue @@ -0,0 +1,13 @@ + + + + +