ruoyi-ui/src/views/bignote/index.vue
@@ -383,6 +383,7 @@ //在system/note/index.js中导入接口函数 --接好了 import {listFamilyevent,enload, delFamilyevent , addFamilyevent , uploadPic} from "@/api/bignote/index"; import {getInfo} from "@/api/login"; export default { name: "Role", dicts: ['sys_normal_disable'], @@ -496,9 +497,16 @@ created() { this.getList(); // this.getCateInfor() this.getInfo() }, methods: { getInfo(){ console.log('-----------------') getInfo().then(response=>{ console.log(response) }) }, isImage(fileType) { return fileType.startsWith('image/');