将pptp改为ip
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div class="quanjushousuo">
|
||||
<p><input type="text" v-model="search_all_data" name="KeyWord" placeholder="输入地区/名称/服务器" id="KeyWord" /><button type="submit" v-on:click="search_all()" class="btnOrange">搜索全部</button></p>
|
||||
<p><img src="~/m/img/shuju.png"> 实时总线路:@(lineTotalCount)条 <img src="~/m/img/shuju.png"> 实时可用线路:@(lineCount)条</p>
|
||||
<p>所有线路均支持:【电脑/安卓/苹果】【PPTP/L2TP/SSTP】</p>
|
||||
<p>所有线路均支持:【电脑/安卓/苹果】【IP/L2TP/SSTP】</p>
|
||||
</div>
|
||||
|
||||
<div class="zhilian">
|
||||
@@ -159,22 +159,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:
|
||||
@@ -184,12 +184,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:
|
||||
@@ -204,12 +204,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