mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
docs: allow preview in local (#2043)
This commit is contained in:
parent
e45dcd6be0
commit
804adb0334
@ -35,10 +35,15 @@ export default {
|
||||
},
|
||||
|
||||
simulator() {
|
||||
let prefix = '';
|
||||
const { path } = this.$route.meta;
|
||||
|
||||
if (location.hostname === '0.0.0.0' || location.hostname === 'localhost') {
|
||||
prefix = 'https://youzan.github.io';
|
||||
}
|
||||
|
||||
if (!UNSHARED.includes(path)) {
|
||||
return `/vant/mobile.html?hide_nav=1&weapp=1#/zh-CN/${path}`;
|
||||
return `${prefix}/vant/mobile.html?hide_nav=1&weapp=1#/zh-CN/${path}`;
|
||||
}
|
||||
|
||||
return `./preview.html#${path}`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user