|
@@ -22,7 +22,7 @@
|
|
|
<el-button type="primary" size="small" @click="resetPwd">修改密码</el-button>
|
|
|
<el-button type="warning" size="small" @click="logout">退出登录</el-button>
|
|
|
</div>
|
|
|
- <a href="http://117.78.49.164:15001/index58" style="border-top: 1px solid #334780;"><i class="el-icon-s-home"></i>返回首页</a>
|
|
|
+ <a href="http://121.36.228.66:15001/newpage" style="border-top: 1px solid #334780;"><i class="el-icon-s-home"></i>返回首页</a>
|
|
|
<!-- <a href="#"><i class="el-icon-monitor"></i>管理系统</a>-->
|
|
|
</div>
|
|
|
<div slot="reference" style="text-align: center; width:4rem;height:3rem;">
|
|
@@ -76,7 +76,7 @@ import { getUserProfile } from "@/api/system/user";
|
|
|
let mo = href.lastIndexOf(":") > 6 ? href.lastIndexOf(":") : href.lastIndexOf("/")
|
|
|
let ip = href.substr(href.indexOf("://") + 3, mo);
|
|
|
let url = href.substr(0, mo)
|
|
|
- let toUrl = url + ":15001/index58"
|
|
|
+ let toUrl = url + ":15001/newpage"
|
|
|
window.location.href = toUrl
|
|
|
},
|
|
|
async logout() {
|