Commit 81a4ebf0 authored by 黄奎's avatar 黄奎

页面修改

parent 7a9e6eae
......@@ -70,7 +70,7 @@ export default {
initData() {
//判断是否是线上环境
if (!this.isOnline()) {
this.userInfo.EmAccount = "18117845617";
this.userInfo.EmAccount = "13551126755";
this.userInfo.EmPassword = "123456";
}
this.userInfo.Domain = window.location.hostname
......@@ -87,7 +87,7 @@ export default {
}
this.btnLoading=true;
this.apiJavaPost("/api/login/userlogin",this.userInfo,
this.apipost("scm_get_SCMLoginService",this.userInfo,
res => {
this.btnLoading=false;
if (res.data.resultCode === 1) {
......
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