@jx3box/jx3box-common-ui 8.3.7 → 8.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/bread/DesignTask.vue +1 -1
package/package.json
CHANGED
package/src/bread/DesignTask.vue
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
import { createDesignTask, getDesignTask, getConfigBannerTypes } from "../../service/design";
|
|
49
49
|
import {pick} from "lodash";
|
|
50
50
|
import dayjs from "dayjs";
|
|
51
|
-
import User from "@jx3box/jx3box-common/js/
|
|
51
|
+
import User from "@jx3box/jx3box-common/js/user";
|
|
52
52
|
export default {
|
|
53
53
|
name: "DesignTask",
|
|
54
54
|
props: {
|