From 4302604d3a6a17374cd84af3adb0dce801591741 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期五, 15 七月 2022 20:28:12 +0800 Subject: [PATCH] 配置app升级地址 --- src/pages/settings/index/index.vue | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/pages/settings/index/index.vue b/src/pages/settings/index/index.vue index 2f0e257..e8eaf50 100644 --- a/src/pages/settings/index/index.vue +++ b/src/pages/settings/index/index.vue @@ -578,6 +578,7 @@ ></deviceInfo> <Authorization v-if="activeIndex == 7" style="width: 100%" ref="view_7"> </Authorization> + <WebManage v-if="activeIndex == 8"></WebManage> </div> <div class="welcome-page" v-else ref="curPage" @mouseup="mouseDownIndex = ''"> <div @@ -650,6 +651,7 @@ import keyboardLanguage from "../views/keyboardLanguage"; import generalSettings from "../views/generalSettings"; import Authorization from "../views/Authorization"; +import WebManage from "@/pages/settings/components/WebManage"; import { pad0, getUrlKey } from "@/api/utils"; export default { @@ -663,6 +665,7 @@ generalSettings, deviceInfo, Authorization, + WebManage, }, data() { var v2 = (rule, value, callback) => { @@ -810,6 +813,13 @@ blackIcon: "/images/settings/榛戣壊涓�绾con/鎺堟潈绠$悊.png", whiteIcon: "/images/settings/鐧借壊涓�绾con/鎺堟潈绠$悊.png", }, + { + name: "鍩熷悕绠$悊", + icon: "\ue6db", + imgUrl: "/images/settings/閫氱敤璁剧疆.png", + blackIcon: "/images/settings/榛戣壊涓�绾con/閫氱敤璁剧疆.png", + whiteIcon: "/images/settings/鐧借壊涓�绾con/閫氱敤璁剧疆.png", + }, ], accountArr: [], jpgArr: [], -- Gitblit v1.8.0