Commit d1792181 by 林家欣

修改党建文化、专题聚焦、应用领域、其他列表链接

parent 8c8c2994
...@@ -112,7 +112,7 @@ export default { ...@@ -112,7 +112,7 @@ export default {
}, },
methods: { methods: {
ckxqJump() { ckxqJump() {
window.open('/Knowledge/xts', '_blank'); window.open('/Knowledge/GS1System/goodsPosition', '_blank');
// this.$router.push({ // this.$router.push({
// path: '/Knowledge/xts' // path: '/Knowledge/xts'
// }) // })
......
...@@ -357,76 +357,76 @@ export default { ...@@ -357,76 +357,76 @@ export default {
}, },
], ],
}, },
// { {
// name: "常见问题", name: "常见问题",
// path: "", path: "",
// active: "", active: "",
// children: [ children: [
// { {
// name: "1.业务办理", name: "1.业务办理",
// path: "/Business/Faq", path: "/Business/Faq",
// active: "", active: "",
// query: { query: {
// type: "ywbl", type: "ywbl",
// }, },
// noneChild: true, noneChild: true,
// }, },
// { {
// name: "2.产品信息通报", name: "2.产品信息通报",
// path: "/Business/Faq", path: "/Business/Faq",
// active: "", active: "",
// query: { query: {
// type: "cpxxtb", type: "cpxxtb",
// }, },
// noneChild: true, noneChild: true,
// }, },
// { {
// name: "3.编码技术", name: "3.编码技术",
// path: "/Business/Faq", path: "/Business/Faq",
// active: "", active: "",
// query: { query: {
// type: "bmjs", type: "bmjs",
// }, },
// noneChild: true, noneChild: true,
// }, },
// { {
// name: "4.法规与标准", name: "4.法规与标准",
// path: "/Business/Faq", path: "/Business/Faq",
// active: "", active: "",
// query: { query: {
// type: "fgybz", type: "fgybz",
// }, },
// noneChild: true, noneChild: true,
// }, },
// { {
// name: "5.条码质量", name: "5.条码质量",
// path: "/Business/Faq", path: "/Business/Faq",
// active: "", active: "",
// query: { query: {
// type: "tmzl", type: "tmzl",
// }, },
// noneChild: true, noneChild: true,
// }, },
// { {
// name: "6.条码技术应用", name: "6.条码技术应用",
// path: "/Business/Faq", path: "/Business/Faq",
// active: "", active: "",
// query: { query: {
// type: "tmjsyy", type: "tmjsyy",
// }, },
// noneChild: true, noneChild: true,
// }, },
// { {
// name: "7.其他", name: "7.其他",
// path: "/Business/Faq", path: "/Business/Faq",
// active: "", active: "",
// query: { query: {
// type: "other", type: "other",
// }, },
// noneChild: true, noneChild: true,
// }, },
// ], ],
// }, },
], ],
}, },
{ {
......
<template> <template>
<div class="list"> <div class="list">
<div v-for="(tmp, i) in list" :key="i" class="row" @click="handelMsg"> <div v-for="(tmp, i) in list" :key="i" class="row" @click="handelMsg(tmp)">
<div class="col li"> <div class="col li">
<span></span> <span></span>
<span :title="tmp.title">{{tmp.title}}</span> <span :title="tmp.title">{{tmp.title}}</span>
...@@ -12,10 +12,8 @@ ...@@ -12,10 +12,8 @@
export default { export default {
props: ['list'], props: ['list'],
methods: { methods: {
handelMsg() { handelMsg(obj) {
this.$router.push({ this.$emit('toList2Father', obj);
path: '/News/Msg'
});
}, },
}, },
} }
......
<template> <template>
<div class="list"> <div class="list">
<div v-for="(tmp, i) in list" :key="i" class="row" @click="handelMsg"> <div v-for="(tmp, i) in list" :key="i" class="row" @click="handelMsg(tmp)">
<div class="col li"> <div class="col li">
<span></span> <span></span>
<span :title="tmp.name">{{tmp.name}}</span> <span :title="tmp.name">{{tmp.name}}</span>
...@@ -12,10 +12,8 @@ ...@@ -12,10 +12,8 @@
export default { export default {
props: ['list'], props: ['list'],
methods: { methods: {
handelMsg() { handelMsg(obj) {
this.$router.push({ window.open(obj.url, '_blank');
path: '/News/Msg'
});
}, },
}, },
} }
......
<template> <template>
<div class="list"> <div class="list">
<div v-for="(tmp, i) in list" :key="i" class="row" @click="handelMsg"> <div v-for="(tmp, i) in list" :key="i" class="row" @click="handelMsg(tmp)">
<div class="col li"> <div class="col li">
<span></span> <span></span>
<span :title="tmp.name">{{tmp.name}}</span> <span :title="tmp.name">{{tmp.name}}</span>
...@@ -12,10 +12,8 @@ ...@@ -12,10 +12,8 @@
export default { export default {
props: ['list'], props: ['list'],
methods: { methods: {
handelMsg() { handelMsg(obj) {
this.$router.push({ window.open(obj.url, '_blank');
path: '/News/Msg'
});
}, },
}, },
} }
......
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