Commit 7ea447e3 by 李宁

1

1 parent 04115efd
...@@ -241,8 +241,8 @@ export default { ...@@ -241,8 +241,8 @@ export default {
return { return {
activeTab: 'account', // 当前激活的登录方式 activeTab: 'account', // 当前激活的登录方式
loginForm: { loginForm: {
username: 'ntadmin', username: '',
password: 'ntadmin' password: ''
}, },
phoneForm: { phoneForm: {
phone: '', phone: '',
......
...@@ -6,9 +6,9 @@ new Vue({ ...@@ -6,9 +6,9 @@ new Vue({
platform: 'yx', platform: 'yx',
loginForm: { loginForm: {
employeeId: '23123456', employeeId: '',
phoneNumber: '13718590607', phoneNumber: '',
verifyCode: '123456' verifyCode: ''
}, },
countdown: 0, countdown: 0,
countdownTimer: null, countdownTimer: null,
...@@ -19,16 +19,16 @@ new Vue({ ...@@ -19,16 +19,16 @@ new Vue({
this.platform = type this.platform = type
localStorage.setItem('platform',type) localStorage.setItem('platform',type)
if(type == 'gw'){ // if(type == 'gw'){
this.loginForm.employeeId = '1235456' // this.loginForm.employeeId = '1235456'
this.loginForm.phoneNumber = '13718596969' // this.loginForm.phoneNumber = '13718596969'
}else if(type == 'yx'){ // }else if(type == 'yx'){
this.loginForm.employeeId = '23123456' // this.loginForm.employeeId = '23123456'
this.loginForm.phoneNumber = '13718590607' // this.loginForm.phoneNumber = '13718590607'
}else{ // }else{
this.loginForm.employeeId = '15862709858' // this.loginForm.employeeId = '15862709858'
this.loginForm.phoneNumber = '15862709858' // this.loginForm.phoneNumber = '15862709858'
} // }
}, },
getVerifyCode() { getVerifyCode() {
let pa = this.loginForm let pa = this.loginForm
......
...@@ -72,6 +72,6 @@ ...@@ -72,6 +72,6 @@
<script src="js/axios.min.js"></script> <script src="js/axios.min.js"></script>
<script src="js/vue.min.js"></script> <script src="js/vue.min.js"></script>
<script src="js/util.js"></script> <script src="js/util.js"></script>
<script src="js/login.js?4412334"></script> <script src="js/login.js?12"></script>
</body> </body>
</html> </html>
\ No newline at end of file \ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!