diff --git a/src/assets/styles/publicXG.scss b/src/assets/styles/publicXG.scss
index b6757b9..f3fe0b8 100644
--- a/src/assets/styles/publicXG.scss
+++ b/src/assets/styles/publicXG.scss
@@ -562,3 +562,7 @@
}
}
}
+.LeftBtn--IAuor,
+.RightBtn--ngcFS {
+ display: none !important;
+}
diff --git a/src/assets/styles/publicXG.scss b/src/assets/styles/publicXG.scss
index b6757b9..f3fe0b8 100644
--- a/src/assets/styles/publicXG.scss
+++ b/src/assets/styles/publicXG.scss
@@ -562,3 +562,7 @@
}
}
}
+.LeftBtn--IAuor,
+.RightBtn--ngcFS {
+ display: none !important;
+}
diff --git a/src/views/project/projectManage/projectDrawings.vue b/src/views/project/projectManage/projectDrawings.vue
index 15e5a91..381d35c 100644
--- a/src/views/project/projectManage/projectDrawings.vue
+++ b/src/views/project/projectManage/projectDrawings.vue
@@ -1,12 +1,142 @@
- 项目施工图纸设计管理
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+ 项目施工设计图纸.pdf
+
+
+
+
+
+
+
+ 审核
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/assets/styles/publicXG.scss b/src/assets/styles/publicXG.scss
index b6757b9..f3fe0b8 100644
--- a/src/assets/styles/publicXG.scss
+++ b/src/assets/styles/publicXG.scss
@@ -562,3 +562,7 @@
}
}
}
+.LeftBtn--IAuor,
+.RightBtn--ngcFS {
+ display: none !important;
+}
diff --git a/src/views/project/projectManage/projectDrawings.vue b/src/views/project/projectManage/projectDrawings.vue
index 15e5a91..381d35c 100644
--- a/src/views/project/projectManage/projectDrawings.vue
+++ b/src/views/project/projectManage/projectDrawings.vue
@@ -1,12 +1,142 @@
- 项目施工图纸设计管理
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+ 项目施工设计图纸.pdf
+
+
+
+
+
+
+
+ 审核
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/vite.config.js b/vite.config.js
index b8e41b6..06b69fe 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -7,8 +7,8 @@
const Timestamp = new Date().getTime(); //随机时间戳
// const targetUrl = 'http://192.168.20.49:7200'; //谢斌斌
-const targetUrl = 'http://192.168.20.52:7300'; //杨辉
-// const targetUrl = 'https://server2.wh-nf.cn:8082/prod-api'; //线上
+// const targetUrl = 'http://192.168.20.52:7300'; //杨辉
+const targetUrl = 'https://server2.wh-nf.cn:8082/prod-api'; //线上
// https://vitejs.dev/config/
export default defineConfig(({ mode, command }) => {