[fix] 抓錯

This commit is contained in:
建喵 2023-03-27 12:31:16 +08:00
parent 1ca9fa1559
commit c5ef14b797
2 changed files with 23 additions and 23 deletions

View File

@ -52,8 +52,8 @@ const Patch = Script.GetPatch();
<el-option v-for="(item, index) in LinetypeData" :key="item.value" :label="item.label" <el-option v-for="(item, index) in LinetypeData" :key="item.value" :label="item.label"
:value="item.value" /> :value="item.value" />
</el-select> </el-select>
</div> </div>
<div> <div>
servertype: servertype:
<el-select v-model="servertypeDefault" filterable <el-select v-model="servertypeDefault" filterable
@change="(data: any) => { Script.SelectServertype(data) }"> @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>開啟遊戲&gt;&gt; <el-button type="success" @click.native="() => { Script.OnclickOpen() }" size="large" round>開啟遊戲&gt;&gt;
</el-button> </el-button>
<!-- <div> <!-- <div>
<el-button type="warning" @click.native="() => { Script.Install_InternalTest(+input3) }" size="large" round> <el-button type="warning" @click.native="() => { Script.Install_InternalTest(+input3) }" size="large" round>
前往 前往
</el-button> </el-button>
<el-input v-model="input3" placeholder="Google Play商店(內部測試) 版本號" class="input-with-select" <el-input v-model="input3" placeholder="Google Play商店(內部測試) 版本號" class="input-with-select"
style="width:25%; font-size:25px; text-align"> style="width:25%; font-size:25px; text-align">
</el-input> </el-input>
Google Play商店(內部測試) 版本號 Google Play商店(內部測試) 版本號
</div> --> </div> -->
<br> <br>
<!-- <a href="bjcasino://get/message?GetOtherUserProfile=100000185">跟建喵做朋友&gt;&gt;</a> <a href="https://liff.line.me/1657713613-we8Gk929/?fid=10000000008">跟建喵做朋友&gt;&gt;</a>
<br><br> <br><br>
<a href="bjcasino://get/message?GetOtherUserProfile=100000157">跟豆豆做朋友&gt;&gt;</a> <!-- <a href="bjcasino://get/message?GetOtherUserProfile=100000157">跟豆豆做朋友&gt;&gt;</a>
<br><br> <br><br>
<a href="bjcasino://get/message?GetOtherUserProfile=100000148">跟柏威做朋友&gt;&gt;</a> <a href="bjcasino://get/message?GetOtherUserProfile=100000148">跟柏威做朋友&gt;&gt;</a>
<br><br> <br><br>
<a href="bjcasino://get/message?OnClickChatAndChat=100000157">跟豆豆聊聊天&gt;&gt;</a> <a href="bjcasino://get/message?OnClickChatAndChat=100000157">跟豆豆聊聊天&gt;&gt;</a>
<br><br> --> <br><br> -->
</h1> </h1>
</div> </div>
</template> </template>

View File

@ -208,35 +208,35 @@ export class LP_Casino_Deeplink {
// 外版 // 外版
case 1: { case 1: {
URLscheme["host"] = "https://patch.lybobet.com/"; URLscheme["host"] = "https://game.lybobet.com";
URLscheme["port"] = "9005"; URLscheme["port"] = "9005";
break; break;
} }
// B2B // B2B
case 2: { case 2: {
URLscheme["host"] = "https://patch-b2b.lybobet.com/"; URLscheme["host"] = "https://b2b.lybobet.com";
URLscheme["port"] = "9005"; URLscheme["port"] = "9005";
break; break;
} }
// Test // Test
case 3: { case 3: {
URLscheme["host"] = "https://patch-testing.lybobet.com/"; URLscheme["host"] = "https://testing.lybobet.com";
URLscheme["port"] = "9005"; URLscheme["port"] = "9005";
break; break;
} }
// QA // QA
case 4: { case 4: {
URLscheme["host"] = "https://patch-qa.lybobet.com/"; URLscheme["host"] = "https://qa.lybobet.com";
URLscheme["port"] = "9005"; URLscheme["port"] = "9005";
break; break;
} }
// 內版 // 內版
case 5: { case 5: {
URLscheme["host"] = "https://patch-dev.lybobet.com/"; URLscheme["host"] = "https://dev.lybobet.com";
URLscheme["port"] = "9005"; URLscheme["port"] = "9005";
break; break;
} }