diff --git a/gm-server/app/service/Utils.ts b/gm-server/app/service/Utils.ts index 8853ae813..7a6b3dea8 100644 --- a/gm-server/app/service/Utils.ts +++ b/gm-server/app/service/Utils.ts @@ -1,9 +1,9 @@ import { Service } from 'egg'; -import * as pubUtils from '../pubUtils/util'; -import * as pubGamedata from '../pubUtils/gamedata' +import { addSkins, addBags, addEquips } from '@pubUtils/itemUtils'; +import * as pubUtils from '@pubUtils/util'; +import * as pubGamedata from '@pubUtils/gamedata' import { HeroType } from '@db/Hero'; import { calPlayerCeAndSave } from '@pubUtils/playerCe'; -import { addSkins, addBags, addEquips } from '@pubUtils/itemUtils'; import { BagInter, EquipInter } from '@pubUtils/interface'; const csprng = require('csprng');