BUG 31035
This commit is contained in:
@@ -122,7 +122,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
back() {
|
back() {
|
||||||
this.$router.push({})
|
this.$router.back()
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="productDetail">
|
<section class="productDetail">
|
||||||
<ai-detail>
|
<ai-detail>
|
||||||
<ai-title slot="title" :title="`${menuName}详情`" isShowBottomBorder isShowBack @onBackClick="$router.push({query:{}})">
|
<ai-title slot="title" :title="`${menuName}详情`" isShowBottomBorder isShowBack @onBackClick="$router.back()">
|
||||||
<template #rightBtn>
|
<template #rightBtn>
|
||||||
<el-button v-if="isAdmin&&detail.status==0" type="primary" @click="dialog=true">审核</el-button>
|
<el-button v-if="isAdmin&&detail.status==0" type="primary" @click="dialog=true">审核</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="productRecommend">
|
<section class="productRecommend">
|
||||||
<ai-list>
|
<ai-list>
|
||||||
<ai-title slot="title" title="推荐产品" isShowBottomBorder isShowBack @onBackClick="$router.push({query:{}})"/>
|
<ai-title slot="title" title="推荐产品" isShowBottomBorder isShowBack @onBackClick="$router.back()"/>
|
||||||
<template #content>
|
<template #content>
|
||||||
<ai-search-bar>
|
<ai-search-bar>
|
||||||
<template #left>
|
<template #left>
|
||||||
|
|||||||
Reference in New Issue
Block a user