From 40bdf87e99369f2e5eb692c0d21349fef78d886e Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Thu, 16 Apr 2026 17:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.ts | 3 +- src/views/order_teamaster/edit.vue | 26 ++++------- src/views/teamaster_user/edit.vue | 41 ++++++++++------- src/views/teamaster_user/index.vue | 74 ++++++++++++++++++++++-------- src/views/user/setting.vue | 7 +++ vite.config.ts | 3 +- 6 files changed, 101 insertions(+), 53 deletions(-) diff --git a/src/config/index.ts b/src/config/index.ts index a3e2984..5f963f5 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -5,7 +5,8 @@ const config = { // 开发环境使用相对路径(通过代理),生产环境使用完整URL baseUrl: import.meta.env.DEV ? '/' - : `${import.meta.env.VITE_APP_BASE_URL || 'https://test1.stnav.com'}/`, //请求接口域名 + // : `${import.meta.env.VITE_APP_BASE_URL || 'https://test1.stnav.com'}/`, //请求接口域名 + : `${import.meta.env.VITE_APP_BASE_URL || 'https://76458.com'}/`, //请求接口域名 urlPrefix: 'brokerapi', //请求默认前缀 timeout: 10 * 1000 //请求超时时长 } diff --git a/src/views/order_teamaster/edit.vue b/src/views/order_teamaster/edit.vue index 5772897..6e00151 100644 --- a/src/views/order_teamaster/edit.vue +++ b/src/views/order_teamaster/edit.vue @@ -1,15 +1,9 @@