Skip to content

Commit c77dda4

Browse files
committed
chore: revert live url
1 parent 83373fe commit c77dda4

File tree

1 file changed

+1
-1
lines changed
  • packages/tdesign-miniprogram-site/plugins/plugin-tdoc

1 file changed

+1
-1
lines changed

packages/tdesign-miniprogram-site/plugins/plugin-tdoc/component.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default defineComponent({
7171
},
7272
liveUrl() {
7373
const componentName = this.name.split('-en')[0];
74-
return `//${this.liveHost}/miniprogram/live/#!pages/${componentName}/${componentName}.html`;
74+
return `//${this.liveHost}/miniprogram-live/m2w/program/miniprogram/#!pages/${componentName}/${componentName}.html`;
7575
},
7676
qrcode() {
7777
const componentName = this.name.split('-en')[0];

0 commit comments

Comments
 (0)