|
@@ -65,7 +65,6 @@ export default {
|
|
|
async searchMenu() {
|
|
|
const res = await this.toGetMenu({ id: this.user.uid });
|
|
|
for (const val of res.data.menus) {
|
|
|
- console.log(val);
|
|
|
if (val.role_name == '用户管理') {
|
|
|
this.$set(this, `oneName`, val.role_name);
|
|
|
} else if (val.role_name == '对接会') {
|