|
|
@ -74,7 +74,7 @@ const selfPermission = {
|
|
|
|
|
|
|
|
|
|
|
|
fileTreeOut[4].meta.affix = true
|
|
|
|
fileTreeOut[4].meta.affix = true
|
|
|
|
commit("SET_ROUTER", fileTreeOut);
|
|
|
|
commit("SET_ROUTER", fileTreeOut);
|
|
|
|
resolve(fileTreeOut.length > 0 ? fileTreeOut[4].path : []);
|
|
|
|
resolve(fileTreeOut.length > 0 ? fileTreeOut[0].path : []);
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch((error) => {
|
|
|
|
.catch((error) => {
|
|
|
|
reject(error);
|
|
|
|
reject(error);
|
|
|
|