no message

Former-commit-id: bbd14bdddee36aafa4a87f191596f05789f32b96
Former-commit-id: 9f02db4261385331d7d7c5a2d3856ba36b11bb85
Former-commit-id: a0f76fd9f5338ff1651a34572bf4375edf8680ef
This commit is contained in:
李杨
2018-03-22 22:54:02 +08:00
parent 8f19e7d0a5
commit fae0cdea30
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ Mock.mock('/login', 'post', ({url, type, body}) => {
msg: '登陆成功', msg: '登陆成功',
data: { data: {
...user, ...user,
token: '1234567890' token: 'd787syv8dys8cas80d9s0a0d8f79ads56f7s4d56f879a8as89fd980s7dg'
} }
} }
} else { } else {

View File

@@ -3,6 +3,6 @@
<template slot="header"> <template slot="header">
我是插入到 header 中的内容 我是插入到 header 中的内容
</template> </template>
<Markdown url="/static/md/演示文章 - 长页面.md"></Markdown> 主体
</Container> </Container>
</template> </template>

View File

@@ -23,10 +23,10 @@ export const menu = {
// 用户中心 // 用户中心
{ {
title: '用户中心', title: '用户中心',
icon: 'window-restore', icon: 'user',
children: [ children: [
{ {
title: '页', title: '个人中心首页',
icon: 'file-o', icon: 'file-o',
path: 'user-center/home', path: 'user-center/home',
name: 'demo-business-user-center-home', name: 'demo-business-user-center-home',