jufubao-base 1.0.116-beta14 → 1.0.116-beta15
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
CHANGED
|
@@ -342,6 +342,7 @@ import XdSuccess from "@/components/XdSuccess/XdSuccess";
|
|
|
342
342
|
import { getContainerPropsValue } from "@/utils/xd.base";
|
|
343
343
|
import XdContentXss from "@/components/XdContentXss/XdContentXss";
|
|
344
344
|
import StyleForm from "@/utils/StyleForm";
|
|
345
|
+
import getServiceUrl from "@/common/getServiceUrl";
|
|
345
346
|
import { Base64 } from "js-base64";
|
|
346
347
|
import { getNoUrl } from "@/utils/nourl";
|
|
347
348
|
import { mapState } from "vuex";
|