Update system.js

This commit is contained in:
sc 2021-10-21 09:43:26 +08:00
parent 15a857de16
commit feeb7f67d8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import http from "@/utils/request"
export default {
menu: {
myMenus: {
url: `${config.API_URL}/system/menu/my/dev`,
url: `${config.API_URL}/system/menu/my/1.3.0`,
name: "获取我的菜单",
get: async function(){
return await http.get(this.url);