diff --git a/.env b/.env
index f8bed18..90bc172 100644
--- a/.env
+++ b/.env
@@ -1,3 +1,3 @@
# 页面标题
-VITE_APP_TITLE = '抚顺电机客户福利平台后台管理'
\ No newline at end of file
+VITE_APP_TITLE = '工作相机'
diff --git a/.env.development b/.env.development
index bf6de5e..40f6121 100644
--- a/.env.development
+++ b/.env.development
@@ -5,7 +5,7 @@ VITE_APP_API_HOST = 'http://localhost:8888/'
# 开发环境
VITE_APP_BASE_API = 'http://localhost:8888/'
-# VITE_APP_BASE_API = 'https://gift.zpc-xy.com/'
+# VITE_APP_BASE_API = 'https://wc.zpc-xy.com/'
# 路由前缀
VITE_APP_ROUTER_PREFIX = '/'
@@ -14,4 +14,4 @@ VITE_APP_ROUTER_PREFIX = '/'
VITE_APP_UPLOAD_URL = 'Common/UploadFile'
#socket API
-VITE_APP_SOCKET_API = 'https://gift.zpc-xy.com/msghub'
\ No newline at end of file
+VITE_APP_SOCKET_API = 'https://wc.zpc-xy.com/msghub'
diff --git a/index.html b/index.html
index b571521..e9a5ce3 100644
--- a/index.html
+++ b/index.html
@@ -6,8 +6,8 @@
-
-
抚顺电机客户福利平台后台管理
+
+ 工作相机
diff --git a/src/views/business/temp/index.vue b/src/views/business/temp/index.vue
new file mode 100644
index 0000000..d33e30c
--- /dev/null
+++ b/src/views/business/temp/index.vue
@@ -0,0 +1,652 @@
+
+
+
+
+
+ {{ title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 图片预览
+
+
+
+
+
+
+
+ 原图尺寸: {{ imageSizeInfo.original.width }} x
+ {{ imageSizeInfo.original.height }}
+
+
+ 原图大小: {{ imageSizeInfo.original.fileSize.sizeKB }} KB
+
+
+ 水印图片尺寸: {{ imageSizeInfo.watermark.width }} x
+ {{ imageSizeInfo.watermark.height }}
+
+
+ 水印图片大小: {{ imageSizeInfo.watermark.fileSize.sizeKB }} KB
+
+
+
+
+
+ 位置:
+
+
+
+
+ 请填写工作内容:
+
+
+
+
+ 请选择部门:
+
+ {{ departments[deptIndex] }}
+
+
+
+
+ 请填写施工人员:
+
+
+
+
+
+
+
+
+
+
+ 请选择项目状态:
+
+ {{ statusList[statusIndex] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/index.vue b/src/views/index.vue
index df9436d..1425fa4 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -27,17 +27,6 @@
-
-
- {{ currentTime }} {{ weekName }}
-
-
-
-
-
-
-
-
@@ -61,7 +50,7 @@