Skip to content

Commit

Permalink
chore: 调整miniprogram-live 预览环境 (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
honkinglin authored Jan 3, 2023
1 parent 7d61890 commit 0cab4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/plugin-tdoc/component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default defineComponent({
return path.slice(path.lastIndexOf('/') + 1);
},
liveUrl() {
return `//tdesign.tencent.com/miniprogram-live/m2w/program/miniprogram/#!pages/${this.name}/${this.name}.html`;
return `/miniprogram-live/m2w/program/miniprogram/#!pages/${this.name}/${this.name}.html`;
},
qrcode() {
const { path } = this.$route;
Expand Down

0 comments on commit 0cab4e7

Please sign in to comment.