|
@@ -8,7 +8,8 @@ const router = useRouter()
|
|
|
function openWeb() {
|
|
|
// const url = router.resolve({ path: "./home/new" }).href;
|
|
|
// window.open(url, "_blank");
|
|
|
- window.open('https://jltweb.bozedu.net/#/home/new', '_blank')
|
|
|
+ const linkUrl = 'https://jltweb.bozedu.net/#/home/openPlatform' + '&' + 'appname=' + '开放平台' + '&appicon=' + '' + `&token=${JSON.parse(localStorage.getItem('userInfo')).token}&js_code=${webInfo.js_code}`
|
|
|
+ window.open(linkUrl, '_blank')
|
|
|
}
|
|
|
|
|
|
const qrcode = computed(() => {
|