|
@@ -6,7 +6,7 @@ import useSizeAdapt from "@/useFunctions/useSizeAdapt"
|
|
|
const router = useRouter()
|
|
|
|
|
|
const goBack = () => {
|
|
|
- router.push({
|
|
|
+ router.replace({
|
|
|
name: 'MoreContent',
|
|
|
query: {
|
|
|
anchorIdx: 0,
|
|
@@ -24,7 +24,7 @@ const reverseArray = (array) => {
|
|
|
}
|
|
|
|
|
|
const goPaintingDetail = () => {
|
|
|
- router.push(`/shuanggou-painting-detail?idx=0&&m=${curIndex.value}`)
|
|
|
+ router.replace(`/shuanggou-painting-detail?idx=0&&m=${curIndex.value}`)
|
|
|
}
|
|
|
|
|
|
const x = window.innerWidth / window.innerHeight
|