Commit 9b052bdb authored by zhanglw's avatar zhanglw

企业信息

parent 4b71f8d9
...@@ -156,6 +156,14 @@ export const constantRouterMap = [ ...@@ -156,6 +156,14 @@ export const constantRouterMap = [
}, },
hidden: true hidden: true
}, },
{
path: '/console/userInfo',
meta: { title: '个人中心-用户信息', noCache: true },
component: (resolve) => {
return require(['@/views/homepage/console/userInfo'], resolve)
},
hidden: true
},
{ {
path: '/backstage', path: '/backstage',
component: Layout, component: Layout,
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<div class="user-info-text">企业名称:<span>{{ userObj.enterpriseName }}</span></div> <div class="user-info-text">企业名称:<span>{{ userObj.enterpriseName }}</span></div>
<div class="user-info-text">供应商状态:<span style="color: #0D8BF7">{{ userObj.status }}</span></div> <div class="user-info-text">供应商状态:<span style="color: #0D8BF7">{{ userObj.status }}</span></div>
<div class="line-btn"> <div class="line-btn">
<div class="user-info-btn touch">信息修改</div> <div class="user-info-btn touch" @click="$router.push({ path: '/console/userInfo' })">信息修改</div>
<div class="user-info-btn touch" @click="$refs.pass.dialog = true">密码修改</div> <div class="user-info-btn touch" @click="$refs.pass.dialog = true">密码修改</div>
</div> </div>
</div> </div>
......
This diff is collapsed.
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