diff --git a/index.html b/index.html index 92f2352..4020a1a 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - DC信贷系统 +
diff --git a/src/api/commodity.ts b/src/api/commodity.ts index 29b4231..39f1619 100644 --- a/src/api/commodity.ts +++ b/src/api/commodity.ts @@ -10,6 +10,12 @@ const login = { getCategoryList: ['/category/list'], // 获取类目列表 sortCategory: ['/category/sort'], // 排序 updateCategory: ['/category/insertOrUpdate'], // 插入或更新 + /** + * app类目管理 + */ + getAppCategoryList: ['/app/category/list'], // 获取类目列表 + sortAppCategory: ['/app/category/sort'], // 排序 + updateAppCategory: ['/app/category/insertOrUpdate'], // 插入或更新 /** * 商品管理 diff --git a/src/assets/images/login_bg1.png b/src/assets/images/login_bg1.png new file mode 100644 index 0000000..0300659 Binary files /dev/null and b/src/assets/images/login_bg1.png differ diff --git a/src/components/FileExplorerDialog/index.vue b/src/components/FileExplorerDialog/index.vue new file mode 100644 index 0000000..b5fbf5b --- /dev/null +++ b/src/components/FileExplorerDialog/index.vue @@ -0,0 +1,294 @@ + + + + + diff --git a/src/components/FileUploadBtn/index.vue b/src/components/FileUploadBtn/index.vue new file mode 100644 index 0000000..e9ced68 --- /dev/null +++ b/src/components/FileUploadBtn/index.vue @@ -0,0 +1,65 @@ + + + + + diff --git a/src/components/ResourceReview/index.vue b/src/components/ResourceReview/index.vue new file mode 100644 index 0000000..30a1690 --- /dev/null +++ b/src/components/ResourceReview/index.vue @@ -0,0 +1,125 @@ + + + + + diff --git a/src/components/ResourceUpload/index.vue b/src/components/ResourceUpload/index.vue index 4226f58..2737386 100644 --- a/src/components/ResourceUpload/index.vue +++ b/src/components/ResourceUpload/index.vue @@ -1,11 +1,11 @@