Commit 9b004b7d authored by 刘帅阳's avatar 刘帅阳

修改正式环境ip

parent dd840610
...@@ -51,9 +51,9 @@ ...@@ -51,9 +51,9 @@
修改密码 修改密码
</router-link> </router-link>
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item @click.native="setting = true"> <!-- <el-dropdown-item @click.native="setting = true">-->
<span>布局设置</span> <!-- <span>布局设置</span>-->
</el-dropdown-item> <!-- </el-dropdown-item>-->
<el-dropdown-item divided @click.native="logout"> <el-dropdown-item divided @click.native="logout">
<span style="display:block;">退出</span> <span style="display:block;">退出</span>
</el-dropdown-item> </el-dropdown-item>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="title">修改密码</div> <div class="title">修改密码</div>
<el-form <el-form
ref="pwdForm" ref="pwdForm"
label-width="80px" label-width="auto"
:rules="pwdRules" :rules="pwdRules"
:model="pwdList" :model="pwdList"
> >
......
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