|
|
@@ -3,8 +3,8 @@ import GamePage from "./page/GamePage";
|
|
|
/**游戏全局配置 */
|
|
|
export default class GameConfig {
|
|
|
/**歌曲资源-远程地址(OSS) */
|
|
|
- // static remote_res: string = "https://yichael.oss-cn-beijing.aliyuncs.com/song/";
|
|
|
- static remote_res: string = "http://110.43.54.43:888/msc/";
|
|
|
+ static remote_res: string = "https://www.yuyekeji.cn/Cocos/msc/";
|
|
|
+ // static remote_res: string = "http://110.43.54.43:888/msc/";
|
|
|
/**歌曲资源-版本号 */
|
|
|
static song_res_version: number = 4;
|
|
|
/**歌曲分数记录-版本号 */
|