增加游戏大厅
This commit is contained in:
@@ -3,5 +3,8 @@ import Taro from "@tarojs/taro";
|
||||
|
||||
export const app = {
|
||||
API_URL: () => `${process.env.TARO_APP_API}`,
|
||||
API_WS: () => `${process.env.TARO_APP_WS}${Taro.getStorageSync("uid")}`,
|
||||
API_WS: () =>
|
||||
`${process.env.TARO_APP_WS}?uid=${Taro.getStorageSync("uid")}&gema_id=${
|
||||
Taro.getStorageSync("gameItem").ID
|
||||
}`,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user