first menu settings load
This commit is contained in:
@@ -212,6 +212,7 @@ export default {
|
|||||||
.then((response) => {
|
.then((response) => {
|
||||||
if (response.data) {
|
if (response.data) {
|
||||||
this.config = response.data;
|
this.config = response.data;
|
||||||
|
this.getMenu();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user