general
This commit is contained in:
parent
c2d99d2d29
commit
62420b78d8
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { WechatMpEnv } from "oak-app-domain/Token/Schema";
|
||||
import { WechatMpEnv } from "general-app-domain/Token/Schema";
|
||||
|
||||
OakPage({
|
||||
path: 'token:login',
|
||||
|
|
|
|||
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue