Commit a10499d8 authored by luo ying's avatar luo ying

修改

parent b53be53f
...@@ -239,7 +239,6 @@ ...@@ -239,7 +239,6 @@
}, },
handleReload () { handleReload () {
// 针对缓存的页面也生效 // 针对缓存的页面也生效
console.log('针对缓存的页面也生效',this.$route.name)
const isCurrentPageCache = this.keepAlive.indexOf(this.$route.name) > -1; const isCurrentPageCache = this.keepAlive.indexOf(this.$route.name) > -1;
const pageName = this.$route.name; const pageName = this.$route.name;
if (isCurrentPageCache) { if (isCurrentPageCache) {
......
...@@ -110,7 +110,6 @@ export default { ...@@ -110,7 +110,6 @@ export default {
Id: id Id: id
}; };
this.$http.sysUser.getuserinfo(parma).then(res => { this.$http.sysUser.getuserinfo(parma).then(res => {
console.log('登录页',res.result)
if (res.result) { if (res.result) {
if ( if (
res.result.avatarUrl && res.result.avatarUrl &&
......
...@@ -12,9 +12,7 @@ const frameIn = [{ ...@@ -12,9 +12,7 @@ const frameIn = [{
// // name: 'dashboard-console' // // name: 'dashboard-console'
// }, // },
component: BasicLayout, component: BasicLayout,
children: [ children: [{
{
path: 'index', path: 'index',
name: 'index', name: 'index',
meta: { 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