若依使用系统配置

js文件
import { getConfigKey } from "@/api/system/config";
getConfigKey("key").then(res=>{
//res.msg
})
vue
this.getConfigKey("key")
.then(res=>{
//res.msg
})
posted @ 2022-08-13 15:15  羽鱼  阅读(114)  评论(0编辑  收藏  举报