|
|
@@ -79,9 +79,10 @@ const sourceURL = computed(() => {
|
|
|
if (sourceFrame.value && sourceFrame.value.contentWindow){
|
|
|
lastFakeApp = sync.views.createTempApp(sourceFrame.value.contentWindow, true);
|
|
|
|
|
|
- return `smart-kankan.html?m=${source.value.num}`
|
|
|
+ return `smart-kankan.html?m=${source.value.num}${source.value.type < 2 ? '' : '&dev'}`
|
|
|
}
|
|
|
|
|
|
+
|
|
|
})
|
|
|
|
|
|
const onLoadSource = () => {
|