diff --git a/common/config/env.js b/common/config/env.js index ea55575..f5adff5 100644 --- a/common/config/env.js +++ b/common/config/env.js @@ -12,8 +12,8 @@ const env = { }, // 生产环境 production: { - baseUrl: 'https://api.jcss.com', - uploadUrl: 'https://upload.jcss.com/upload', + baseUrl: 'https://giomp.jichengshanshui.com.cn:4080', + uploadUrl: 'https://giomp.jichengshanshui.com.cn:4080', // baseApi:'admin-api', // appApi:'app-api' } @@ -22,7 +22,7 @@ const env = { // 获取当前环境 const getEnv = () => { - const currentEnv = 'development'; + const currentEnv = 'production'; return currentEnv; }; diff --git a/pages-sub/daily/quick-order/order-detail.vue b/pages-sub/daily/quick-order/order-detail.vue index 38e9e64..f01f20c 100644 --- a/pages-sub/daily/quick-order/order-detail.vue +++ b/pages-sub/daily/quick-order/order-detail.vue @@ -72,37 +72,36 @@ - + - - + + @@ -125,15 +124,23 @@ \ No newline at end of file diff --git a/pages-sub/problem/ai-manage/index.vue b/pages-sub/problem/ai-manage/index.vue index effd650..52c070a 100644 --- a/pages-sub/problem/ai-manage/index.vue +++ b/pages-sub/problem/ai-manage/index.vue @@ -266,7 +266,7 @@ const USER_ROLES = userStore.userInfo?.roles || []; // ========== 基础状态 (按模块分组,语义化更强) ========== // tab切换 const activeTab = ref(0); // 0-待办 1-我发起的 2-已办 -const tabList = ref([{name: '待办'}, {name: '我发起的任务'}, {name: '已办'}]); +const tabList = ref([{name: '待办'}, {name: '我发起的'}, {name: '已办'}]); // 排序与搜索 const selectedSortValue = ref(1); const sortOptions = ref([ diff --git a/pages-sub/problem/regional-order-manage/index.vue b/pages-sub/problem/regional-order-manage/index.vue index c3ce7aa..9e5de93 100644 --- a/pages-sub/problem/regional-order-manage/index.vue +++ b/pages-sub/problem/regional-order-manage/index.vue @@ -231,7 +231,7 @@ const USER_ROLES = userStore.userInfo?.roles || []; // ========== 基础状态 (按模块分组,语义化更强) ========== // tab切换 const activeTab = ref(0); // 0-待办 1-已办 2-我发起的任务 -const tabList = [{name: '待办'}, {name: '已办'}, {name: '我发起的任务'}]; +const tabList = [{name: '待办'}, {name: '已办'}, {name: '我发起的'}]; // 排序与搜索 const selectedSortValue = ref(1); const sortOptions = ref([ diff --git a/pages-sub/problem/work-order-manage/index.vue b/pages-sub/problem/work-order-manage/index.vue index f91c296..84b1aa0 100644 --- a/pages-sub/problem/work-order-manage/index.vue +++ b/pages-sub/problem/work-order-manage/index.vue @@ -298,7 +298,7 @@ const activeTab = ref(0); //0-待办 1-已办 2-我发起的任务 const tabList = ref([ {name: '待办'}, {name: '已办'}, - {name: '我发起的任务'} + {name: '我发起的'} ]); // 排序下拉框 const selectedSortValue = ref(1);