提交 e1cecea6 authored 作者: Ma's avatar Ma

新窗口打开 信用评价页面

上级 47adb64a
window.baseURL = { window.baseURL = {
prodUrl: "/api", prodUrl: "/api",
// devUrl: "http://192.168.100.220:9095", devUrl: "http://192.168.100.220:9095",
// devUrl: "http://192.168.102.183:9095", // devUrl: "http://192.168.102.183:9095",
devUrl: "http://192.168.102.220:9095", // devUrl: "http://192.168.102.220:9095",
xypjUrl:"http://192.168.100.220:99/login", xypjUrl:"http://192.168.100.220:99",
api: '' api: ''
} }
\ No newline at end of file
...@@ -210,7 +210,8 @@ export default defineComponent({ ...@@ -210,7 +210,8 @@ export default defineComponent({
goxypj() { goxypj() {
const { xypjUrl = "" } = window.baseURL || {}; const { xypjUrl = "" } = window.baseURL || {};
if(xypjUrl){ if(xypjUrl){
window.location.href = xypjUrl; //window.location.href = xypjUrl;
window.open(xypjUrl, "_blank");
} }
}, },
// 查询当前选择年月日对应的周期id // 查询当前选择年月日对应的周期id
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论