[fix] 抓錯
This commit is contained in:
parent
1ca9fa1559
commit
c5ef14b797
@ -52,8 +52,8 @@ const Patch = Script.GetPatch();
|
||||
<el-option v-for="(item, index) in LinetypeData" :key="item.value" :label="item.label"
|
||||
:value="item.value" />
|
||||
</el-select>
|
||||
</div>
|
||||
<div>
|
||||
</div>
|
||||
<div>
|
||||
servertype:
|
||||
<el-select v-model="servertypeDefault" filterable
|
||||
@change="(data: any) => { Script.SelectServertype(data) }">
|
||||
@ -84,23 +84,23 @@ const Patch = Script.GetPatch();
|
||||
<el-button type="success" @click.native="() => { Script.OnclickOpen() }" size="large" round>開啟遊戲>>
|
||||
</el-button>
|
||||
<!-- <div>
|
||||
<el-button type="warning" @click.native="() => { Script.Install_InternalTest(+input3) }" size="large" round>
|
||||
前往
|
||||
</el-button>
|
||||
<el-input v-model="input3" placeholder="Google Play商店(內部測試) 版本號" class="input-with-select"
|
||||
style="width:25%; font-size:25px; text-align">
|
||||
</el-input>
|
||||
Google Play商店(內部測試) 版本號
|
||||
</div> -->
|
||||
<el-button type="warning" @click.native="() => { Script.Install_InternalTest(+input3) }" size="large" round>
|
||||
前往
|
||||
</el-button>
|
||||
<el-input v-model="input3" placeholder="Google Play商店(內部測試) 版本號" class="input-with-select"
|
||||
style="width:25%; font-size:25px; text-align">
|
||||
</el-input>
|
||||
Google Play商店(內部測試) 版本號
|
||||
</div> -->
|
||||
<br>
|
||||
<!-- <a href="bjcasino://get/message?GetOtherUserProfile=100000185">跟建喵做朋友>></a>
|
||||
<br><br>
|
||||
<a href="bjcasino://get/message?GetOtherUserProfile=100000157">跟豆豆做朋友>></a>
|
||||
<br><br>
|
||||
<a href="bjcasino://get/message?GetOtherUserProfile=100000148">跟柏威做朋友>></a>
|
||||
<br><br>
|
||||
<a href="bjcasino://get/message?OnClickChatAndChat=100000157">跟豆豆聊聊天>></a>
|
||||
<br><br> -->
|
||||
<a href="https://liff.line.me/1657713613-we8Gk929/?fid=10000000008">跟建喵做朋友>></a>
|
||||
<br><br>
|
||||
<!-- <a href="bjcasino://get/message?GetOtherUserProfile=100000157">跟豆豆做朋友>></a>
|
||||
<br><br>
|
||||
<a href="bjcasino://get/message?GetOtherUserProfile=100000148">跟柏威做朋友>></a>
|
||||
<br><br>
|
||||
<a href="bjcasino://get/message?OnClickChatAndChat=100000157">跟豆豆聊聊天>></a>
|
||||
<br><br> -->
|
||||
</h1>
|
||||
</div>
|
||||
</template>
|
@ -208,35 +208,35 @@ export class LP_Casino_Deeplink {
|
||||
|
||||
// 外版
|
||||
case 1: {
|
||||
URLscheme["host"] = "https://patch.lybobet.com/";
|
||||
URLscheme["host"] = "https://game.lybobet.com";
|
||||
URLscheme["port"] = "9005";
|
||||
break;
|
||||
}
|
||||
|
||||
// B2B
|
||||
case 2: {
|
||||
URLscheme["host"] = "https://patch-b2b.lybobet.com/";
|
||||
URLscheme["host"] = "https://b2b.lybobet.com";
|
||||
URLscheme["port"] = "9005";
|
||||
break;
|
||||
}
|
||||
|
||||
// Test
|
||||
case 3: {
|
||||
URLscheme["host"] = "https://patch-testing.lybobet.com/";
|
||||
URLscheme["host"] = "https://testing.lybobet.com";
|
||||
URLscheme["port"] = "9005";
|
||||
break;
|
||||
}
|
||||
|
||||
// QA
|
||||
case 4: {
|
||||
URLscheme["host"] = "https://patch-qa.lybobet.com/";
|
||||
URLscheme["host"] = "https://qa.lybobet.com";
|
||||
URLscheme["port"] = "9005";
|
||||
break;
|
||||
}
|
||||
|
||||
// 內版
|
||||
case 5: {
|
||||
URLscheme["host"] = "https://patch-dev.lybobet.com/";
|
||||
URLscheme["host"] = "https://dev.lybobet.com";
|
||||
URLscheme["port"] = "9005";
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user