설명 없음

19124812874 ec9b01ea93 对接设备,通知公告,园区动态等等 5 년 전
assets ec9b01ea93 对接设备,通知公告,园区动态等等 5 년 전
components ec9b01ea93 对接设备,通知公告,园区动态等等 5 년 전
pages ec9b01ea93 对接设备,通知公告,园区动态等等 5 년 전
static ec9b01ea93 对接设备,通知公告,园区动态等等 5 년 전
utils ec9b01ea93 对接设备,通知公告,园区动态等等 5 년 전
uview-ui ec9b01ea93 对接设备,通知公告,园区动态等等 5 년 전
.gitignore ec9b01ea93 对接设备,通知公告,园区动态等等 5 년 전
App.vue ec9b01ea93 对接设备,通知公告,园区动态等等 5 년 전
main.js ec9b01ea93 对接设备,通知公告,园区动态等等 5 년 전
manifest.json 4e68cf8cfa first commit 5 년 전
package-lock.json 2bcceffe84 登录拦截 5 년 전
pages.json ec9b01ea93 对接设备,通知公告,园区动态等等 5 년 전
readme.md ec9b01ea93 对接设备,通知公告,园区动态等等 5 년 전
router.js ec9b01ea93 对接设备,通知公告,园区动态等等 5 년 전
uni.scss ec9b01ea93 对接设备,通知公告,园区动态等等 5 년 전
vue.config.js 2bcceffe84 登录拦截 5 년 전

readme.md

npm install uni-simple-router npm install uni-read-pages

新增的页面需要加入name字段,可以让路由识别 使用path跳转需要完整的路径(/pages/),而不是相对路径

不需要登陆就可以访问的页面需要配置到router.js的WHiTE_LIST白名单上 员工的页面需要配置到router.js 的ENTERPRISE列表上,不让员工权限的用户访问到 企业的页面需要配置到router.js 的STAFF列表上,不让企业权限的用户访问到