Skip to content

Commit e19773e

Browse files
committed
feat: pC 端链接调整
1 parent b7b57fe commit e19773e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/toPC.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (!window.OS.phone && !window.OS.ipad) {
3232
if (process.env.NODE_ENV === 'production') {
3333
const url = `${location.origin}${location.pathname.replace(
3434
'/blogNuxtM',
35-
'/vue-blog'
35+
'/blogNuxt'
3636
)}${location.search}${location.hash}`
3737
location.href = url
3838
}

0 commit comments

Comments
 (0)