fix:修改链接二维码与精准投放的位置
This commit is contained in:
@@ -376,7 +376,7 @@ const constantRoutes = [
|
|||||||
{
|
{
|
||||||
path: 'publish',
|
path: 'publish',
|
||||||
name: 'publish',
|
name: 'publish',
|
||||||
redirect: '/survey/publish/link-code',
|
redirect: '/survey/publish/accurate',
|
||||||
component: () => import(/* webpackChunkName: "publish" */ '@/views/Publish/index'),
|
component: () => import(/* webpackChunkName: "publish" */ '@/views/Publish/index'),
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -40,8 +40,11 @@
|
|||||||
<a-button class="custom-button" type="link" @click="handleJumpTo($event, 'design', record.sn, record)"
|
<a-button class="custom-button" type="link" @click="handleJumpTo($event, 'design', record.sn, record)"
|
||||||
>编辑</a-button
|
>编辑</a-button
|
||||||
>
|
>
|
||||||
<a-button class="custom-button" type="link" @click="handleJumpTo($event, 'linkCode', record.sn, record)"
|
<!-- <a-button class="custom-button" type="link" @click="handleJumpTo($event, 'linkCode', record.sn, record)"-->
|
||||||
>投放</a-button
|
<!-- >投放</a-button-->
|
||||||
|
<!-- >-->
|
||||||
|
<a-button class="custom-button" type="link" @click="handleJumpTo($event, 'accurate', record.sn, record)"
|
||||||
|
>投放</a-button
|
||||||
>
|
>
|
||||||
<a-button class="custom-button" type="link" @click="handleJumpTo($event, 'particulars', record.sn, record)"
|
<a-button class="custom-button" type="link" @click="handleJumpTo($event, 'particulars', record.sn, record)"
|
||||||
>分析</a-button
|
>分析</a-button
|
||||||
@@ -675,6 +678,7 @@ export default defineComponent({
|
|||||||
const urlJson = {
|
const urlJson = {
|
||||||
design: `/survey/planet/design?sn=${sn}&page=${page.value}`,
|
design: `/survey/planet/design?sn=${sn}&page=${page.value}`,
|
||||||
link: `/survey/publish/link?sn=${sn}&page=${page.value}`,
|
link: `/survey/publish/link?sn=${sn}&page=${page.value}`,
|
||||||
|
accurate: `/survey/publish/accurate?sn=${sn}&page=${page.value}`,
|
||||||
linkCode: `/survey/publish/link-code?sn=${sn}&page=${page.value}`,
|
linkCode: `/survey/publish/link-code?sn=${sn}&page=${page.value}`,
|
||||||
particulars: `/survey/analyse/diagram?sn=${sn}&page=${page.value}`,
|
particulars: `/survey/analyse/diagram?sn=${sn}&page=${page.value}`,
|
||||||
insight: `/survey/analyse/insight?sn=${sn}&page=${page.value}`
|
insight: `/survey/analyse/insight?sn=${sn}&page=${page.value}`
|
||||||
|
|||||||
@@ -38,18 +38,19 @@ export default defineComponent({
|
|||||||
// children: [],
|
// children: [],
|
||||||
// path: '/survey/publish/link-source'
|
// path: '/survey/publish/link-source'
|
||||||
// }
|
// }
|
||||||
{
|
|
||||||
name: '链接二维码',
|
|
||||||
icon: '',
|
|
||||||
children: [],
|
|
||||||
path: '/survey/publish/link-code'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: '精准投放',
|
name: '精准投放',
|
||||||
icon: '',
|
icon: '',
|
||||||
children: [],
|
children: [],
|
||||||
path: '/survey/publish/accurate'
|
path: '/survey/publish/accurate'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: '链接二维码',
|
||||||
|
icon: '',
|
||||||
|
children: [],
|
||||||
|
path: '/survey/publish/link-code'
|
||||||
|
},
|
||||||
|
|
||||||
// {
|
// {
|
||||||
// name: '精准投放',
|
// name: '精准投放',
|
||||||
// icon: '',
|
// icon: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user