feat: There is no way the auth menu

This commit is contained in:
super_liu
2021-08-18 13:00:02 +08:00
parent b393f8650c
commit c0317dbea6
2 changed files with 2 additions and 2 deletions
@@ -2982,7 +2982,7 @@ export default {
},
// 查询二级菜单
selectMenu() {
this.$http.get('sarResource/ts-resource', {
this.$http.get('sarResource/ts-resource/getList', {
sorDivide: 'INLAND_STAND'
}, {}, res => {
if (res.ok) {
@@ -2689,7 +2689,7 @@ export default {
},
// 查询二级菜单
selectMenu () {
this.$http.get('sarResource/ts-resource', {
this.$http.get('sarResource/ts-resource/getList', {
sorDivide: 'FOREIGN_STAND'
}, {}, res => {
if (res.ok) {