We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83373fe commit c77dda4Copy full SHA for c77dda4
packages/tdesign-miniprogram-site/plugins/plugin-tdoc/component.vue
@@ -71,7 +71,7 @@ export default defineComponent({
71
},
72
liveUrl() {
73
const componentName = this.name.split('-en')[0];
74
- return `//${this.liveHost}/miniprogram/live/#!pages/${componentName}/${componentName}.html`;
+ return `//${this.liveHost}/miniprogram-live/m2w/program/miniprogram/#!pages/${componentName}/${componentName}.html`;
75
76
qrcode() {
77
0 commit comments