Commit a10499d8 authored by luo ying's avatar luo ying

修改

parent b53be53f
......@@ -239,7 +239,6 @@
},
handleReload () {
// 针对缓存的页面也生效
console.log('针对缓存的页面也生效',this.$route.name)
const isCurrentPageCache = this.keepAlive.indexOf(this.$route.name) > -1;
const pageName = this.$route.name;
if (isCurrentPageCache) {
......
......@@ -110,7 +110,6 @@ export default {
Id: id
};
this.$http.sysUser.getuserinfo(parma).then(res => {
console.log('登录页',res.result)
if (res.result) {
if (
res.result.avatarUrl &&
......
......@@ -12,9 +12,7 @@ const frameIn = [{
// // name: 'dashboard-console'
// },
component: BasicLayout,
children: [
{
children: [{
path: 'index',
name: 'index',
meta: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment