Commit 710dd072 by xue_wengang

多维查询跳转

parent 22c33e51
......@@ -90,6 +90,7 @@
<script>
import { mapGetters } from "vuex";
import secret from "@/utils/secret";
const Base64 = require("js-base64").Base64;
export default {
name: "leftMenu_components",
......@@ -154,7 +155,16 @@ export default {
goDetail(item) {
// debugger;
if (item.id == "dwcx") {
let path = `${this.$baseUrl.alyIP14}/#/jccxIndex`;
// let path = `${this.$baseUrl.alyIP14}/#/jccxIndex`;
// window.open(path, "_blank");
debugger
let base = encodeURIComponent(
secret.Encrypt(
JSON.stringify(JSON.parse(sessionStorage.getItem("userInfo")))
)
);
let path = `http://xzxt-zhyy.dsj.xz:8051/#/jump?token=${base}&path=/jccxIndex`;
debugger;
window.open(path, "_blank");
} else if (item.id == "cbypTxxxfx") {
let path = `http://89.0.4.20:8008/hdfx/hdfx/toIframe?drrZjhm=${
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment