cloud-web-corejs 1.0.54-dev.397 → 1.0.54-dev.398
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
|
@@ -3,7 +3,7 @@ let tmixins, tViewMixins, pmixins;
|
|
|
3
3
|
import axios from 'axios';
|
|
4
4
|
import SparkMD5 from "spark-md5";
|
|
5
5
|
import settingConfig from "@/settings.js";
|
|
6
|
-
import {openObsUploadDialog} from "
|
|
6
|
+
import {openObsUploadDialog} from "@base/components/obsUpload/index.js"
|
|
7
7
|
|
|
8
8
|
let imFun = {
|
|
9
9
|
axios,
|