|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: Liugh
|
|
|
* @Date: 2021-05-17 14:52:53
|
|
|
- * @LastEditTime: 2021-05-17 17:17:29
|
|
|
+ * @LastEditTime: 2021-05-18 09:45:46
|
|
|
* @LastEditors: Do not edit
|
|
|
* @Description:
|
|
|
-->
|
|
@@ -55,7 +55,7 @@
|
|
|
|
|
|
<script>
|
|
|
import Table from "@/pages/common/table";
|
|
|
-import { UserTableData } from "./DataConfig";
|
|
|
+import { UserTableData } from "../DataConfig";
|
|
|
import * as dynamicManageApi from "@/api/dynamic-manage";
|
|
|
import detail from "./detail";
|
|
|
const editorArea = ["900px", "660px"];
|
|
@@ -172,5 +172,5 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
-@import "./index.scss";
|
|
|
+@import "../index.scss";
|
|
|
</style>
|