新产品火狐

This commit is contained in:
“wanyongkang”
2021-04-28 08:48:56 +08:00
parent dfc7a6a1c1
commit 403b1663c7
11 changed files with 842 additions and 124 deletions

View File

@@ -94,7 +94,8 @@
<tr>
<th>产品</th>
<th>城市</th>
<th>运营商</th>
<th v-if="product_id ==19">剩余拨数</th>
<th v-else="product_id ==19">运营商</th>
<th>服务器域名</th>
<th>IP量</th>
<th>实时带宽</th>
@@ -228,6 +229,11 @@
this.search_field = '蘑菇IP';
this.sstp = '4430';
break;
case 19:
this.l2tp = '123';
this.search_field = '火狐IP';
this.sstp = '1500';
break;
}
$.ajax({
type: 'GET',
@@ -344,6 +350,9 @@
case 18:
self.location.href='http://php-api.juip.com/script/linedata/data/download/mogu.csv';
break;
case 19:
self.location.href='http://php-api.juip.com/script/linedata/data/download/huohu.csv';
break;
}
}
}