From 4f7de8bd9f20a17d36e81206288756aeabe101dc Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 25 Dec 2025 10:32:25 +0800 Subject: [PATCH] =?UTF-8?q?app=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/permission.js | 2 +- src/router/index.js | 5 ++ src/views/appIndex.vue | 156 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 162 insertions(+), 1 deletion(-) create mode 100644 src/views/appIndex.vue diff --git a/src/permission.js b/src/permission.js index d04ec99..16829d0 100644 --- a/src/permission.js +++ b/src/permission.js @@ -8,7 +8,7 @@ import { isRelogin } from '@/utils/request' NProgress.configure({ showSpinner: false }) -const whiteList = ['/login', '/register'] +const whiteList = ['/login', '/register','/appIndex'] router.beforeEach((to, from, next) => { NProgress.start() diff --git a/src/router/index.js b/src/router/index.js index e5663b3..49f3cfe 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -61,6 +61,11 @@ export const constantRoutes = [ component: () => import('@/views/error/401'), hidden: true }, + {//证件信息-证件操作记录 + path: '/appIndex', + component: () => import('@/views/appIndex'), + hidden: true + }, { path: '', component: Layout, diff --git a/src/views/appIndex.vue b/src/views/appIndex.vue new file mode 100644 index 0000000..23557f3 --- /dev/null +++ b/src/views/appIndex.vue @@ -0,0 +1,156 @@ + + + + + 证途通 + + 当前版本: v1.1测试版本 + + + 应用名称: 证途通: + + + 项目简介: 证途通:主要用于管理个人护照证件信息,主要用于验证证件护照的真伪,通过跳转微信12307移民局小程序验证信息,进行统一管理 + + + + + + + + + + 其他信息 + + + + 下载地址:https://app.liuyingyong.cn/build/download/1c91f3a0-dfd0-11f0-beb2-1de4779888ef + + + 公司官网:http://www.ahbonus.cn + + + + + + + + + + + + + + + +
+ 当前版本: v1.1测试版本 +
+ 应用名称: 证途通: +
+ 项目简介: 证途通:主要用于管理个人护照证件信息,主要用于验证证件护照的真伪,通过跳转微信12307移民局小程序验证信息,进行统一管理 +
+ 下载地址:https://app.liuyingyong.cn/build/download/1c91f3a0-dfd0-11f0-beb2-1de4779888ef +
+ 公司官网:http://www.ahbonus.cn +