Browse Source

菜单接口修改

feature
lichao 3 years ago
parent
commit
90ed5a8883
  1. 4
      src/router/index.js

4
src/router/index.js

@ -427,7 +427,7 @@ router.beforeEach((to, from, next) => {
}
const customerId = localStorage.getItem("customerId");
console.log("customerId:", customerId);
http.get("gov/access/menu/navDigitalCommunity?tableName=data_menu").then(({
http.get("gov/access/menu/navDigitalCommunityNew?tableName=data_menu").then(({
data: res
}) => {
if (res.code == 10005 || res.code == 10006 || res.code == 10007) {
@ -449,7 +449,7 @@ router.beforeEach((to, from, next) => {
name: "login",
});
});
http.get("gov/access/menu/navDigitalCommunity").then(({
http.get("gov/access/menu/navDigitalCommunityNew").then(({
data: res
}) => {
if (res.code == 10005 || res.code == 10006 || res.code == 10007) {

Loading…
Cancel
Save