|
@@ -628,7 +628,11 @@
|
|
var registerType = type;
|
|
var registerType = type;
|
|
this.getSystemWidth();
|
|
this.getSystemWidth();
|
|
if(this.SystemWidthFlag){
|
|
if(this.SystemWidthFlag){
|
|
- this.$router.push({ name: 'registerPhone', query: {flug: registerType,} });
|
|
|
|
|
|
+ if(registerType===1) {
|
|
|
|
+ window.open('https://cdnks.mtavip.com/mdist/#/webRegister?flug=1')
|
|
|
|
+ }else {
|
|
|
|
+ window.open('https://cdnks.mtavip.com/mdist/#/webRegister?flug=2')
|
|
|
|
+ }
|
|
}else{
|
|
}else{
|
|
if(registerType===1){
|
|
if(registerType===1){
|
|
window.open('https://cdnks.mtavip.com/a/register?flug=1')
|
|
window.open('https://cdnks.mtavip.com/a/register?flug=1')
|