|
|
@@ -1,6 +1,6 @@ |
|
|
|
<template> |
|
|
|
<div class="platform"> |
|
|
|
<app-header theme="black" :showBackBtn="true" backBtnTitle="返回登入"/> |
|
|
|
<app-header theme="black" :showBackBtn="true" backBtnTitle="返回登入" :onBackBtnClick="onBackBtnClick"/> |
|
|
|
<div class="platform_section"> |
|
|
|
<div class="platform_title">链接到</div> |
|
|
|
<div class="platform_list" > |
|
|
@@ -137,9 +137,15 @@ export default { |
|
|
|
this.$cookie.set("platformInfo", JSON.stringify(platformInfo), { expires: 7 }); |
|
|
|
} |
|
|
|
}, |
|
|
|
// onBackBtnClick() { |
|
|
|
// console.log("???"); |
|
|
|
// }, |
|
|
|
onBackBtnClick() { |
|
|
|
this.$store.logout(); |
|
|
|
this.$router.push({ |
|
|
|
path: '/', |
|
|
|
query: { |
|
|
|
isChangeCount: true |
|
|
|
} |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
computed: { |
|
|
|
platformList() { |
|
|
|