This commit is contained in:
小陌 2023-06-11 22:59:39 +08:00
parent 53f6771d69
commit 21f3eba195

View File

@ -41,8 +41,8 @@ export default {
app.config.globalProperties.$tool = tool;
app.config.globalProperties.$http = http;
app.config.globalProperties.$api = api;
app.config.globalProperties.$AUTH = permission;
app.config.globalProperties.$ROLE = rolePermission;
app.config.globalProperties.$auth = permission;
app.config.globalProperties.$role = rolePermission;
//注册全局组件
app.component('scTable', scTable);