Commit d1f7cf7a authored by renjintao's avatar renjintao

Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product-rjt

parents b1115b8c fb482dfa
......@@ -77,10 +77,10 @@ export default {
password
}).then(r => {
if (r > 0) {
this.$Message.success("登成功!");
this.$Message.success("登成功!");
this.initUserInfo(r);
} else {
this.$Message.error("登失败!");
this.$Message.error("登失败!");
}
});
}
......
......@@ -29,7 +29,7 @@
</div>
<!-- <div class="page-account-top-desc tc">SaaS MES 制造执行系统</div> -->
</div>
<h3 class="mb20">用户登</h3>
<h3 class="mb20">用户登</h3>
<Login @on-submit="handleSubmit">
<UserName name="username" value="" />
<Password name="password" value="" enter-to-submit />
......@@ -80,10 +80,10 @@ export default {
password
}).then(r => {
if (r > 0) {
this.$Message.success("登成功!");
this.$Message.success("登成功!");
this.initUserInfo(r);
} else {
this.$Message.error("登失败!");
this.$Message.error("登失败!");
}
});
}
......
......@@ -5,7 +5,7 @@
<img src="@/assets/images/home/user.png" />
</div>
<div class="user-text">
<p>你好:张飞,欢迎登MES系统!</p>
<p>你好:张飞,欢迎登MES系统!</p>
<p>
<span>xx公司/xx车间xx班组</span> &nbsp &nbsp
<span>工艺技术员</span>
......
......@@ -23,7 +23,7 @@ export default ({
next();
} else {
// 没有登录的时候跳转到登录界面
// 携带上登成功之后需要跳转的页面完整路径
// 携带上登成功之后需要跳转的页面完整路径
next({
name: 'login',
query: {
......
......@@ -10,7 +10,7 @@ let address=systemApi.dev;
//let address=systemApi.local;
window.systemUrl = `http://${address}:10000/system`; //System-api 系统管理(基础数据)
window.authUrl = `http://${address}:10010`; //Authentication-api //统一登认证
window.authUrl = `http://${address}:10010`; //Authentication-api //统一登认证
window.designUrl = `http://${address}:10000/process`; // 工艺规程
window.PlanUrl = `http://${address}:10000/plan`; //订单
// window.PlanUrl = `http://localhost:10050/api/services/app`; //Process-api
......@@ -26,7 +26,7 @@ window.technologyUrl =`http://${address}:10000/technology/`;//新工艺规程接
window.iconImg = `/imgicon/`;
/* window.systemUrl = `http://${address}:10020/api/services/app`; //System-api 系统管理(基础数据)
window.authUrl = `http://${address}:10010`; //Authentication-api //统一登认证
window.authUrl = `http://${address}:10010`; //Authentication-api //统一登认证
window.designUrl = `http://${address}:10030/api/services/app`; //Process-api 工艺规程
window.PlanUrl = `http://${address}:10050/api/services/app`; //Process-api
window.routeUrl = `http://${address}:10050/api/services/app`; //Process-api
......
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