diff --git a/api/request.js b/api/request.js index 61bfc54..59299e8 100644 --- a/api/request.js +++ b/api/request.js @@ -20,7 +20,8 @@ // export const BASE_URL = "http://jxj.zhgdyun.com:18004" // 包头线上地址 // export const BASE_URL = "http://219.147.96.219:9809" // 包头线上地址(正式) -export const BASE_URL = process.env.NODE_ENV === 'development' ? "http://192.168.34.221:9111" : "http://219.147.96.219:9809" // 包头线上地址(正式) +// export const BASE_URL = process.env.NODE_ENV === 'development' ? "http://192.168.34.221:9111" : "http://219.147.96.219:9809" // 包头线上地址(正式) +export const BASE_URL = process.env.NODE_ENV === 'development' ? "http://101.43.164.214:11000" : "http://192.168.3.9:39809" // 包头线上地址(内网) //是否已显示未登录弹窗 let showNoLoginTip = false diff --git a/manifest.json b/manifest.json index c48582d..77f67c6 100644 --- a/manifest.json +++ b/manifest.json @@ -142,7 +142,8 @@ } }, "router" : { - "mode" : "history" + "mode" : "hash", + "base" : "/wflowApp/" }, "title" : "wflow-pro工作流" }