From d507c7bf7f84c48b7238ac79b5a037dd16023da7 Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 28 Dec 2020 18:13:02 +0800 Subject: [PATCH] fix gm-server --- gm-server/app/service/Utils.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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');