diff --git a/screen-vue/src/api/bizWebsiteStorage.js b/screen-vue/src/api/bizWebsiteStorage.js new file mode 100644 index 0000000..445fb8f --- /dev/null +++ b/screen-vue/src/api/bizWebsiteStorage.js @@ -0,0 +1,12 @@ +import request from '@/utils/request' + +/** + * 获取信息列表 + */ +export function getWebsiteStorageList(params) { + return request({ + url: '/biz/websiteStorage/list', + method: 'get', + params: params + }) +} \ No newline at end of file diff --git a/screen-vue/src/components/Dialog/proDialog.vue b/screen-vue/src/components/Dialog/proDialog.vue new file mode 100644 index 0000000..cd101d1 --- /dev/null +++ b/screen-vue/src/components/Dialog/proDialog.vue @@ -0,0 +1,135 @@ + + + + \ No newline at end of file diff --git a/screen-vue/src/components/Search/proSearch.vue b/screen-vue/src/components/Search/proSearch.vue new file mode 100644 index 0000000..d919049 --- /dev/null +++ b/screen-vue/src/components/Search/proSearch.vue @@ -0,0 +1,111 @@ + + + + + \ No newline at end of file diff --git a/screen-vue/src/components/Table/proTable.vue b/screen-vue/src/components/Table/proTable.vue new file mode 100644 index 0000000..049692f --- /dev/null +++ b/screen-vue/src/components/Table/proTable.vue @@ -0,0 +1,149 @@ + + + + + \ No newline at end of file diff --git a/screen-vue/src/views/desktop/index.vue b/screen-vue/src/views/desktop/index.vue index f48697a..2ce214e 100644 --- a/screen-vue/src/views/desktop/index.vue +++ b/screen-vue/src/views/desktop/index.vue @@ -3,8 +3,8 @@
-
- - - - -
-
-
-
- -
-
{{ item.siteName }}
- -
{{ item.siteUrl }}
+ +
{{ item.websiteName }}
+
+ +
{{ item.websiteUrl }}
- {{ item.date }} + {{ item.createTime }}
访问 - 详情
-