[update] 清理了一些无用文件

This commit is contained in:
piexlMax
2023-08-31 18:17:06 +08:00
parent 7808fbb852
commit c4aeeb419e
13 changed files with 172 additions and 321 deletions

View File

@@ -65,7 +65,6 @@ web
│ │ └── newLogin.scss
│ ├── utils -- 方法包库
│ │ ├── asyncRouter.js -- 动态路由相关
│ │ ├── btnAuth.js -- 动态权限按钮相关
│ │ ├── bus.js -- 全局mitt声明文件
│ │ ├── date.js -- 日期相关
│ │ ├── dictionary.js -- 获取字典方法

View File

@@ -1,6 +0,0 @@
import { useRoute } from 'vue-router'
import { reactive } from 'vue'
export const useBtnAuth = () => {
const route = useRoute()
return route.meta.btns || reactive({})
}