修改util为公共地址
This commit is contained in:
@@ -5,8 +5,8 @@ import { HangUpRecordModel } from './../../../db/HangUpRecord';
|
||||
import { RoleModel } from './../../../db/Role';
|
||||
import { TowerRecordModel } from './../../../db/TowerRecord';
|
||||
import { Application, BackendSession } from 'pinus';
|
||||
import { getTaskById, getTaskIdByQuality, getTowerDataByLv } from '../../../util/gamedata';
|
||||
import { decodeArrayStr, decodeIdCntArrayStr, getRandEelm } from '../../../util/util';
|
||||
import { getTaskById, getTaskIdByQuality, getTowerDataByLv } from '../../../pubUtils/gamedata';
|
||||
import { decodeArrayStr, decodeIdCntArrayStr, getRandEelm } from '../../../pubUtils/util';
|
||||
import { calcuHangUpReward, checkTaskConditions } from '../../../services/battleService';
|
||||
import { handleFixedReward } from '../../../services/rewardService';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user