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 +