diff --git a/src/views/project/processControl/constructionPermits/operate.vue b/src/views/project/processControl/constructionPermits/operate.vue
index 027d3ae..aeb4be8 100644
--- a/src/views/project/processControl/constructionPermits/operate.vue
+++ b/src/views/project/processControl/constructionPermits/operate.vue
@@ -175,7 +175,7 @@
-
{{ img.name || '--' }}
+
{{ img.name || '--' }}
@@ -192,7 +192,7 @@
-
{{ img.name || '--' }}
+
{{ img.name || '--' }}
diff --git a/src/views/project/processControl/constructionPermits/operate.vue b/src/views/project/processControl/constructionPermits/operate.vue
index 027d3ae..aeb4be8 100644
--- a/src/views/project/processControl/constructionPermits/operate.vue
+++ b/src/views/project/processControl/constructionPermits/operate.vue
@@ -175,7 +175,7 @@
-
{{ img.name || '--' }}
+
{{ img.name || '--' }}
@@ -192,7 +192,7 @@
-
{{ img.name || '--' }}
+
{{ img.name || '--' }}
diff --git a/src/views/project/processControl/planPermission/operate.vue b/src/views/project/processControl/planPermission/operate.vue
index 06d687f..451c1ed 100644
--- a/src/views/project/processControl/planPermission/operate.vue
+++ b/src/views/project/processControl/planPermission/operate.vue
@@ -90,7 +90,7 @@
-
{{ img.name || '--' }}
+
{{ img.name || '--' }}
diff --git a/src/views/project/processControl/constructionPermits/operate.vue b/src/views/project/processControl/constructionPermits/operate.vue
index 027d3ae..aeb4be8 100644
--- a/src/views/project/processControl/constructionPermits/operate.vue
+++ b/src/views/project/processControl/constructionPermits/operate.vue
@@ -175,7 +175,7 @@
-
{{ img.name || '--' }}
+
{{ img.name || '--' }}
@@ -192,7 +192,7 @@
-
{{ img.name || '--' }}
+
{{ img.name || '--' }}
diff --git a/src/views/project/processControl/planPermission/operate.vue b/src/views/project/processControl/planPermission/operate.vue
index 06d687f..451c1ed 100644
--- a/src/views/project/processControl/planPermission/operate.vue
+++ b/src/views/project/processControl/planPermission/operate.vue
@@ -90,7 +90,7 @@
-
{{ img.name || '--' }}
+
{{ img.name || '--' }}
diff --git a/vite.config.js b/vite.config.js
index ea36ec6..d814042 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -6,9 +6,9 @@
const Timestamp = new Date().getTime(); //随机时间戳
-// const targetUrl = 'http://192.168.16.254:7200'; //孙逢时
+const targetUrl = 'http://192.168.16.254:7200'; //孙逢时
// const targetUrl = 'http://192.168.20.52:7300'; //杨辉
-const targetUrl = 'https://server2.wh-nf.cn:8082/prod-api'; //线上
+// const targetUrl = 'https://server2.wh-nf.cn:8082/prod-api'; //线上
// https://vitejs.dev/config/
export default defineConfig(({ mode, command }) => {