|
@@ -98,11 +98,13 @@ import {
|
|
|
addAboutUsBaseInfo,
|
|
|
editAboutUsBaseInfo,
|
|
|
getAboutUsBaseInfo,
|
|
|
- getFileList, getFileStr,
|
|
|
+
|
|
|
} from "@/api/XMHJC/aboutUs";
|
|
|
+import {
|
|
|
+ getFileList, getFileStr,
|
|
|
+} from "@/api/XMHJC/common";
|
|
|
import {ElMessage} from "element-plus";
|
|
|
import {isNullOrUndefined} from "@tinymce/tinymce-vue/lib/es2015/main/ts/Utils";
|
|
|
-import {updateUserPwd} from "@/api/system/user";
|
|
|
|
|
|
const loading = ref(false);
|
|
|
const submitLoading = ref(false);
|