mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 09:25:53 +08:00
优化管理端代码结构
This commit is contained in:
@@ -94,8 +94,8 @@ import {
|
||||
delArticleCategory,
|
||||
updateArticleCategory,
|
||||
} from "@/api/pages";
|
||||
import TreeTable from "@/views/my-components/tree-table/Table/Table";
|
||||
import uploadPicInput from "@/views/my-components/lili/upload-pic-input";
|
||||
import TreeTable from "@/components/tree-table/Table/Table";
|
||||
import uploadPicInput from "@/components/lili/upload-pic-input";
|
||||
import { regular } from "@/utils";
|
||||
export default {
|
||||
name: "lili-components",
|
||||
|
||||
@@ -147,7 +147,7 @@ import {
|
||||
updateArticleStatus,
|
||||
} from "@/api/pages";
|
||||
import Editor from "@tinymce/tinymce-vue";
|
||||
import { initEditor } from "@/views/lili-components/editor/config";
|
||||
import { initEditor } from "@/components/editor/config";
|
||||
export default {
|
||||
name: "article",
|
||||
components: {
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<script>
|
||||
import {Chart} from "@antv/g2";
|
||||
import {getHotWordsHistory} from "@/api/index";
|
||||
import affixTime from "@/views/lili-components/affix-time";
|
||||
import affixTime from "@/components/affix-time";
|
||||
import {Message} from "view-design";
|
||||
|
||||
export default {
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<script>
|
||||
import {Chart} from "@antv/g2";
|
||||
import {getHotWordsStatistics} from "@/api/index";
|
||||
import affixTime from "@/views/lili-components/affix-time";
|
||||
import affixTime from "@/components/affix-time";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
||||
Reference in New Issue
Block a user