diff --git a/src/views/project/projectInformation/operate.vue b/src/views/project/projectInformation/operate.vue
index 6f22b92..4bfb243 100644
--- a/src/views/project/projectInformation/operate.vue
+++ b/src/views/project/projectInformation/operate.vue
@@ -16,8 +16,8 @@
-
-
+
+
@@ -353,7 +353,7 @@
const form = reactive({
projectTypeId: '',
projectName: '',
- project_abbreviation: '',
+ projectAbbreviation: '',
buildCategory: '',
drainagePartition: '',
time: '',
diff --git a/src/views/project/projectInformation/operate.vue b/src/views/project/projectInformation/operate.vue
index 6f22b92..4bfb243 100644
--- a/src/views/project/projectInformation/operate.vue
+++ b/src/views/project/projectInformation/operate.vue
@@ -16,8 +16,8 @@
-
-
+
+
@@ -353,7 +353,7 @@
const form = reactive({
projectTypeId: '',
projectName: '',
- project_abbreviation: '',
+ projectAbbreviation: '',
buildCategory: '',
drainagePartition: '',
time: '',
diff --git a/vite.config.js b/vite.config.js
index 94996b3..68f0eb0 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 = 'http://kaifeng.wh-nf.cn/prod-api'; //线上
+// const targetUrl = 'http://192.168.20.52:7300'; //杨辉
+const targetUrl = 'http://kaifeng.wh-nf.cn/prod-api'; //线上
// https://vitejs.dev/config/
export default defineConfig(({ mode, command }) => {