将pptp改为ip
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
</div>
|
||||
<div class="col-lg-9">
|
||||
<p class="hot"><img src="~/img/shuju.png">实时总线路:{{count}}条<img src="~/img/shuju.png">实时可用线路:{{use_count}}条 所有线路均支持:【电脑/安卓/苹果】【PPTP/L2TP/SSTP】</p>
|
||||
<p class="hot"><img src="~/img/shuju.png">实时总线路:{{count}}条<img src="~/img/shuju.png">实时可用线路:{{use_count}}条 所有线路均支持:【电脑/安卓/苹果】【IP/L2TP/SSTP】</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -155,22 +155,22 @@
|
||||
switch(ProductId){
|
||||
case 2:
|
||||
this.l2tp = '123';
|
||||
this.search_field = '讯连pptp';
|
||||
this.search_field = '讯连IP';
|
||||
this.sstp = '1500';
|
||||
break;
|
||||
case 4:
|
||||
this.l2tp = '123456';
|
||||
this.search_field = '金瑞pptp';
|
||||
this.search_field = '金瑞IP';
|
||||
this.sstp = '4438';
|
||||
break;
|
||||
case 5:
|
||||
this.l2tp = 'ipdd';
|
||||
this.search_field = '老鹰pptp';
|
||||
this.search_field = '老鹰IP';
|
||||
this.sstp = '4430';
|
||||
break;
|
||||
case 6:
|
||||
this.l2tp = '123';
|
||||
this.search_field = '先锋pptp';
|
||||
this.search_field = '先锋IP';
|
||||
this.sstp = '6665';
|
||||
break;
|
||||
case 10:
|
||||
@@ -180,12 +180,12 @@
|
||||
break;
|
||||
case 13:
|
||||
this.l2tp = '123456';
|
||||
this.search_field = '极客pptp';
|
||||
this.search_field = '极客IP';
|
||||
this.sstp = '4433';
|
||||
break;
|
||||
case 14:
|
||||
this.l2tp = '91ip';
|
||||
this.search_field = '天天pptp';
|
||||
this.search_field = '天天IP';
|
||||
this.sstp = '4430';
|
||||
break;
|
||||
case 15:
|
||||
@@ -200,12 +200,12 @@
|
||||
break;
|
||||
case 1:
|
||||
this.l2tp = '888888';
|
||||
this.search_field = '强子pptp';
|
||||
this.search_field = '强子IP';
|
||||
this.sstp = '1500';
|
||||
break;
|
||||
case 8:
|
||||
this.l2tp = '88';
|
||||
this.search_field = '星星pptp';
|
||||
this.search_field = '星星IP';
|
||||
this.sstp = '6666';
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user