From 62420b78d85fe2473967dd1e529a54757247f162 Mon Sep 17 00:00:00 2001 From: wkj <278599135@qq.com> Date: Wed, 8 Jun 2022 12:28:35 +0800 Subject: [PATCH] general --- wechatMp/components/extraFile/gallery/index.ts | 2 +- wechatMp/pages/token/login/index.ts | 2 +- wechatMp/pages/userEntityGrant/grant/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wechatMp/components/extraFile/gallery/index.ts b/wechatMp/components/extraFile/gallery/index.ts index 0475732dd..4a97b981d 100644 --- a/wechatMp/components/extraFile/gallery/index.ts +++ b/wechatMp/components/extraFile/gallery/index.ts @@ -1,5 +1,5 @@ import assert from 'assert'; -import { EntityDict } from "oak-app-domain"; +import { EntityDict } from 'general-app-domain'; import { DeduceCreateOperationData } from "oak-domain/lib/types"; import { isMockId } from "oak-frontend-base/src/utils/mockId"; import { composeFileUrl } from '../../../../src/utils/extraFile'; diff --git a/wechatMp/pages/token/login/index.ts b/wechatMp/pages/token/login/index.ts index 2204924e7..b3e0e0733 100644 --- a/wechatMp/pages/token/login/index.ts +++ b/wechatMp/pages/token/login/index.ts @@ -1,4 +1,4 @@ -import { WechatMpEnv } from "oak-app-domain/Token/Schema"; +import { WechatMpEnv } from "general-app-domain/Token/Schema"; OakPage({ path: 'token:login', diff --git a/wechatMp/pages/userEntityGrant/grant/index.ts b/wechatMp/pages/userEntityGrant/grant/index.ts index 9ac8fe713..7a825c289 100644 --- a/wechatMp/pages/userEntityGrant/grant/index.ts +++ b/wechatMp/pages/userEntityGrant/grant/index.ts @@ -1,4 +1,4 @@ -import { EntityDict } from "oak-app-domain"; +import { EntityDict } from 'general-app-domain'; import { DeduceCreateOperation, DeduceCreateSingleOperation, OakException, OakCongruentRowExists } from "oak-domain/lib/types"; OakPage({