From a710cf70a126e2205ad5c0a30b9c67d376947b6f Mon Sep 17 00:00:00 2001 From: tanzs Date: Wed, 26 Feb 2025 00:36:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E7=B1=BB=E5=9E=8B=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/miniapp/order/AppOrder.data.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/miniapp/order/AppOrder.data.ts b/src/views/miniapp/order/AppOrder.data.ts index f7e262d..bb96913 100644 --- a/src/views/miniapp/order/AppOrder.data.ts +++ b/src/views/miniapp/order/AppOrder.data.ts @@ -319,6 +319,7 @@ export const formSchema: FormSchema[] = [ component: 'JDictSelectTag', componentProps: { dictCode: 'customer_type', + stringToNumber: true, }, dynamicRules: ({ model, schema }) => { return [{ required: true, message: '请输入客户类型!' }]; From f62f23b8493ed1a34b1cdefbe65941646d34c757 Mon Sep 17 00:00:00 2001 From: tanzs Date: Wed, 26 Feb 2025 20:35:26 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=8F=98=E9=87=8F=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- .env.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 4288172..873114c 100644 --- a/.env.production +++ b/.env.production @@ -16,7 +16,7 @@ VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false VITE_GLOB_API_URL=/contract #后台接口全路径地址(必填) -VITE_GLOB_DOMAIN_URL=https://gpt.aiym.run/contract +VITE_GLOB_DOMAIN_URL=https://www.shengchuangyunkong.com/contract # 接口父路径前缀 VITE_GLOB_API_URL_PREFIX= diff --git a/.env.test b/.env.test index 6b38ab7..873114c 100644 --- a/.env.test +++ b/.env.test @@ -16,7 +16,7 @@ VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false VITE_GLOB_API_URL=/contract #后台接口全路径地址(必填) -VITE_GLOB_DOMAIN_URL=https://shengchuangyunkong.com/contract +VITE_GLOB_DOMAIN_URL=https://www.shengchuangyunkong.com/contract # 接口父路径前缀 VITE_GLOB_API_URL_PREFIX=