Merge branch 'dev' into 'test'
修复游戏id字段错误的bug See merge request YuanHuakk/newgame!2
This commit is contained in:
@@ -4,7 +4,7 @@ import Taro from "@tarojs/taro";
|
|||||||
export const app = {
|
export const app = {
|
||||||
API_URL: () => `${process.env.TARO_APP_API}`,
|
API_URL: () => `${process.env.TARO_APP_API}`,
|
||||||
API_WS: () =>
|
API_WS: () =>
|
||||||
`${process.env.TARO_APP_WS}?uid=${Taro.getStorageSync("uid")}&gema_id=${
|
`${process.env.TARO_APP_WS}?uid=${Taro.getStorageSync("uid")}&game_id=${
|
||||||
Taro.getStorageSync("gameItem").ID
|
Taro.getStorageSync("gameItem").ID
|
||||||
}`,
|
}`,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user