|
|
@@ -25,8 +25,9 @@ export default {
|
|
|
mounted() {
|
|
|
this.checkTerminal()
|
|
|
window.addEventListener('resize', this.checkInnerWidth)
|
|
|
+
|
|
|
// 修改密码处理
|
|
|
- if(this.$route.path === '/setting/check/change_mobile') {
|
|
|
+ if(this.$route.path.includes('/setting/check/change_mobile') || this.$route.path.includes('/setting/check/real_info')) {
|
|
|
// 如果上页不是验证码页面,则认为是复制地址过来,强制踢出
|
|
|
if(localStorage.getItem('proginn-history') !== '/setting/check/old_mobile') {
|
|
|
this.$message('请验证旧手机号。')
|