From ad3bfb6d1cac610bf0078d7bd41a0aec6d77c8c4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 28 七月 2026 17:07:18 +0800
Subject: [PATCH] 新疆_新聚工贸 1.客户分类枚举值修改
---
src/views/basicData/customerFile/index.vue | 16 ++++++++--------
vite.config.js | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/views/basicData/customerFile/index.vue b/src/views/basicData/customerFile/index.vue
index c565a69..84153b1 100644
--- a/src/views/basicData/customerFile/index.vue
+++ b/src/views/basicData/customerFile/index.vue
@@ -15,10 +15,10 @@
style="width: 240px"
clearable
@change="handleQuery">
- <el-option label="闆跺敭瀹㈡埛"
- value="闆跺敭瀹㈡埛" />
- <el-option label="杩涢攢鍟嗗鎴�"
- value="杩涢攢鍟嗗鎴�" />
+ <el-option label="涓夊ぇ娌�"
+ value="涓夊ぇ娌�" />
+ <el-option label="澶栭攢"
+ value="澶栭攢" />
</el-select>
<el-button type="primary"
@click="handleQuery"
@@ -128,10 +128,10 @@
<el-select v-model="form.customerType"
placeholder="璇烽�夋嫨"
clearable>
- <el-option label="闆跺敭瀹㈡埛"
- value="闆跺敭瀹㈡埛" />
- <el-option label="杩涢攢鍟嗗鎴�"
- value="杩涢攢鍟嗗鎴�" />
+ <el-option label="涓夊ぇ娌�"
+ value="涓夊ぇ娌�" />
+ <el-option label="澶栭攢"
+ value="澶栭攢" />
</el-select>
</el-form-item>
</el-col>
diff --git a/vite.config.js b/vite.config.js
index 6b267a7..03311be 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -8,7 +8,7 @@
const { VITE_APP_ENV } = env;
const baseUrl =
env.VITE_APP_ENV === "development"
- ? "http://localhost:7005"
+ ? "http://1.15.17.182:9048"
: env.VITE_BASE_API;
const javaUrl =
env.VITE_APP_ENV === "development"
--
Gitblit v1.9.3