diff --git a/src/views/dictionary/template/browser/tip.vue b/src/views/dictionary/template/browser/tip.vue index 391ea8ec..3bd08331 100644 --- a/src/views/dictionary/template/browser/tip.vue +++ b/src/views/dictionary/template/browser/tip.vue @@ -37,7 +37,7 @@ export default { // console.log(type, No); if (type !== "Chrome" && type !== "Edge") { this.tip = this.$t("browser:tip:changeBorwser"); - this.getSystemInfo() + // this.getSystemInfo() return (this.visible = true); } let res = await this.getInfo(); @@ -53,10 +53,10 @@ export default { this.tip += "、"; } }); - this.getSystemInfo() + // this.getSystemInfo() return (this.visible = true); } - this.getSystemInfo() + // this.getSystemInfo() } catch (err) { console.log(err); } diff --git a/src/views/trials/trials-layout/components/trialsNavbar.vue b/src/views/trials/trials-layout/components/trialsNavbar.vue index 004aa805..5a90faa0 100644 --- a/src/views/trials/trials-layout/components/trialsNavbar.vue +++ b/src/views/trials/trials-layout/components/trialsNavbar.vue @@ -1,14 +1,13 @@