# smark-box **Repository Path**: beangels/smark-box ## Basic Information - **Project Name**: smark-box - **Description**: 边缘盒子 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-11-04 - **Last Updated**: 2025-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dormitory_management ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 无网络时本地 mock ``` permission.js 修改 if(to.path === '/targets') { next() return; } router/index.js { // 测试用11111111111111111 path: "/test", name:'test', component: Renxiangku, hidden:true, meta: { title: "test", }, }, ```