|
@@ -12,6 +12,8 @@
|
|
|
<div class="flex flex-col justify-center text-[#5D5D5D] leading-6">
|
|
|
<div class="text-center">公司: {{ userInfo.userInfo?.company?.companyName }}</div>
|
|
|
<div class="text-center">角色: {{ userInfo.userInfo?.roleName }}</div>
|
|
|
+
|
|
|
+ <div class="text-center text-[#075985] mt-2" @click="applicationMarket()">应用市场</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -54,6 +56,11 @@ function judgingTheEnvironment() {
|
|
|
isCorpWX.value = currentEnvironment.indexOf("wxwork") > 0 ? true : false
|
|
|
}
|
|
|
|
|
|
+const applicationMarket = () => {
|
|
|
+ window.location.href = 'https://www.ttkuaiban.com/appMarket.html'
|
|
|
+ // window.open('https://www.ttkuaiban.com/appMarket.html', '_blank');
|
|
|
+}
|
|
|
+
|
|
|
useLifecycle({
|
|
|
load: () => {
|
|
|
judgingTheEnvironment()
|