From 773202dedf12895e365d03dcdedde949514fc956 Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Sun, 08 Sep 2024 11:20:13 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh --- .gitignore | 2 ++ gz-customerSystem/src/api/appUrl.js | 3 ++- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b4982a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +gz-customerSystem/build.zip +gz-customerSystem/package-lock.json diff --git a/gz-customerSystem/src/api/appUrl.js b/gz-customerSystem/src/api/appUrl.js index 17e5446..7e3192e 100644 --- a/gz-customerSystem/src/api/appUrl.js +++ b/gz-customerSystem/src/api/appUrl.js @@ -38,7 +38,7 @@ // 正式版 export const web = { // web服务 - baseUrl: "https://zfw-dyh.by.gov.cn", + baseUrl: "/gz-dyh", // baseUrl: 'http://146.4.99.61:8088/byzfw', // 附件服务 @@ -59,4 +59,5 @@ oper: "dyh-oper", // dyh-oper sys: "dyh-sys", // dyh-sys disp: "dyh-disp", //dyh-disp + utils: "dyh-utils", }; -- Gitblit v1.8.0