|
@@ -1,12 +1,11 @@
|
|
|
import { DeviceType } from "@/store/device";
|
|
|
-import { relicsLevelDesc, relicsTypeDesc, creationMethodDesc } from "@/store/relics";
|
|
|
-import { SceneStatus } from "@/store/scene";
|
|
|
import {
|
|
|
- PointTypeEnum,
|
|
|
- WholeLineLineAttrib,
|
|
|
- WholeLinePointAttrib,
|
|
|
- WholeLinePolygonAttrib,
|
|
|
-} from "drawing-board";
|
|
|
+ relicsLevelDesc,
|
|
|
+ relicsTypeDesc,
|
|
|
+ creationMethodDesc,
|
|
|
+} from "@/store/relics";
|
|
|
+import { SceneStatus } from "@/store/scene";
|
|
|
+import { PointTypeEnum } from "drawing-board";
|
|
|
|
|
|
type UserInfoRoles = {
|
|
|
roleId: number;
|