Commit 2a5c09c3 by liyuhang19990520

22

parent a00873ac
No preview for this file type
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-06-20 11:48:40 * @Date: 2021-06-20 11:48:40
* @LastEditTime: 2021-11-14 10:59:07 * @LastEditTime: 2021-11-29 13:30:47
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \control_platform\src\settings.js * @FilePath: \control_platform\src\settings.js
...@@ -22,5 +22,5 @@ module.exports = { ...@@ -22,5 +22,5 @@ module.exports = {
// 湖南可视化 // 湖南可视化
BaseURL3: "/hnapi", BaseURL3: "/hnapi",
// 打包方式阿里云(aly) 和 公安网(gaw) // 打包方式阿里云(aly) 和 公安网(gaw)
packType: 'aly' packType: 'gaw'
} }
...@@ -386,7 +386,20 @@ export default { ...@@ -386,7 +386,20 @@ export default {
nodes: nodearr, nodes: nodearr,
links: linkarr, links: linkarr,
}, },
(seeksRGGraph) => {} (seeksRGGraph) => {
// let graphOptions = JSON.parse(JSON.stringify(this.graphOptions));
// graphOptions.layouts = [
// {
// label: "手工",
// layoutName: "fixed",
// layoutClassName: "seeks-layout-fixed",
// defaultJunctionPoint: "border",
// defaultNodeShape: 0,
// defaultLineShape: 1,
// },
// ];
// seeksRGGraph.setOptions(graphOptions, () => {});
}
); );
}, },
btn4(node) { btn4(node) {
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-07-20 14:38:05 * @Date: 2021-07-20 14:38:05
* @LastEditTime: 2021-09-29 14:50:53 * @LastEditTime: 2021-11-29 13:26:41
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\yppt\argxfx.vue * @FilePath: \founder_vue\src\views\yppt\argxfx.vue
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
:params="params" :params="params"
:nodedata="nodedata" :nodedata="nodedata"
:unfoldParams="unfoldParams" :unfoldParams="unfoldParams"
type="cqZntj"
/> />
</div> </div>
</template> </template>
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-06-22 17:44:35 * @Date: 2021-06-22 17:44:35
* @LastEditTime: 2021-10-22 13:24:23 * @LastEditTime: 2021-11-29 13:30:29
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\echarts\index.vue * @FilePath: \founder_vue\src\views\echarts\index.vue
...@@ -112,6 +112,13 @@ export default { ...@@ -112,6 +112,13 @@ export default {
} }
}); });
} }
if (this.type == "cqZntj") {
window.open(
`http://77.16.1.165:9090/xjpt/gxc/swdtfw?con=${node.data.name}&sfzh=510211198303281214`,
"_blank"
);
}
}, },
filterCode(val) { filterCode(val) {
switch (val) { switch (val) {
......
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