|
|
@@ -47,11 +47,9 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<div class="link-go">
|
|
|
- <a @click="changeManage" class="first">更换管理员</a>
|
|
|
- <span class="line"></span>
|
|
|
<a class="forget" id='forget' @click="goForgetPassword">忘记密码?</a>
|
|
|
<span class="line"></span>
|
|
|
- <a :href="`/register/enterpriseRegistration${this.queryLink ? '?' + this.queryLink : ''}`" class="second">免费注册</a>
|
|
|
+ <a :href="`/sassLogin/register${this.queryLink ? '?' + this.queryLink : ''}`" class="second">免费注册</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -76,9 +74,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<div class="link-go">
|
|
|
- <a @click="changeManage" class="first">更换管理员</a>
|
|
|
- <span class="line"></span>
|
|
|
- <a :href="`/register/enterpriseRegistration${this.queryLink ? '?' + this.queryLink : ''}`" class="second">免费注册</a>
|
|
|
+ <a :href="`/sassLogin/register${this.queryLink ? '?' + this.queryLink : ''}`" class="second">免费注册</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -91,9 +87,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="link-go" style="padding: 0 18px 12px 0; margin-top: 0;">
|
|
|
- <a @click="changeManage" class="first">更换管理员</a>
|
|
|
- <span class="line"></span>
|
|
|
- <a :href="`/register/enterpriseRegistration${this.queryLink ? '?' + this.queryLink : ''}`" class="second">免费注册</a>
|
|
|
+ <a :href="`/sassLogin/register${this.queryLink ? '?' + this.queryLink : ''}`" class="second">免费注册</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -127,7 +121,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
</div>
|
|
|
- <div class="set">还没有优软账号,直接 <a :href="`/register/enterpriseRegistration${this.$store.state.option.fullPath}&tk=${wxToken}`">创建新账号</a></div>
|
|
|
+ <div class="set">还没有优软账号,直接 <a :href="`/sassLogin/register${this.$store.state.option.fullPath}&tk=${wxToken}`">创建新账号</a></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -436,7 +430,7 @@
|
|
|
},
|
|
|
goForgetPassword () {
|
|
|
let url = `/reset/forgetPasswordValidationAccount${this.queryLink ? '?' + this.queryLink : ''}`
|
|
|
- document.getElementById('forget').href = url
|
|
|
+ window.open(url)
|
|
|
},
|
|
|
// 获取验证码
|
|
|
getCode () {
|
|
|
@@ -830,9 +824,9 @@
|
|
|
width: 346px;
|
|
|
margin: 0 auto;
|
|
|
text-align: center;
|
|
|
- background: #FFFFFF;
|
|
|
- box-shadow: 0 22px 24px 0 rgba(0,0,0,0.08);
|
|
|
- border-radius: 3px;
|
|
|
+ /*background: #FFFFFF;*/
|
|
|
+ /*box-shadow: 0 22px 24px 0 rgba(0,0,0,0.08);*/
|
|
|
+ /*border-radius: 3px;*/
|
|
|
.login-tab {
|
|
|
margin-bottom: 30px;
|
|
|
width: 100%;
|