From 9a6f61a093e1da9b269eb4f5aa9c240ed87f24bf Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Sun, 29 Mar 2020 15:51:14 +0800 Subject: [PATCH] 调查问卷bug修改 --- SunshineIns/src/fetch/_fetch.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SunshineIns/src/fetch/_fetch.js b/SunshineIns/src/fetch/_fetch.js index c9e22ba..059c54a 100644 --- a/SunshineIns/src/fetch/_fetch.js +++ b/SunshineIns/src/fetch/_fetch.js @@ -1,12 +1,12 @@ import fetch from 'hife/fetch'; // export const base = 'http://xnwj.gznsjc.gov.cn'; -// export const base = 'http://nsjc.vaiwan.com'; +// export const base = 'http://1p885086k1.iok.la'; export const base = 'http://nsjcy.hugeinfo.com.cn'; // export const base = 'http://1p885086k1.iok.la'; - export const base = 'http://localhost:6060'; +// export const base = 'http://localhost:8080'; export const domain = base + '/nsjc-charge/'; -- Gitblit v1.8.0