|
@@ -38,8 +38,8 @@ const App = (props: PropsWithChildren<IAppProps>) => {
|
|
if (options.query.source === "app") {
|
|
if (options.query.source === "app") {
|
|
let jumpUrls = "";
|
|
let jumpUrls = "";
|
|
|
|
|
|
- switch (options.query) {
|
|
|
|
- case "cyr":
|
|
|
|
|
|
+ switch (options.query?.platform) {
|
|
|
|
+ case "cyqb":
|
|
jumpUrls = "https://mp.weixin.qq.com/s/TBP2VhzYRaMWf_CWbo5mBA";
|
|
jumpUrls = "https://mp.weixin.qq.com/s/TBP2VhzYRaMWf_CWbo5mBA";
|
|
break;
|
|
break;
|
|
case "hrqb":
|
|
case "hrqb":
|