diff --git a/src/apis/modules/common.js b/src/apis/modules/common.js
index b14e84b..f80407a 100644
--- a/src/apis/modules/common.js
+++ b/src/apis/modules/common.js
@@ -5,7 +5,7 @@ export const getRegion = (params) => request.basic.get('/region', params)
// 获取 验证码ID
export const getCaptcha = (params) => request.basic.get('/api/v1/captcha/id', params)
-
+export const getDictByType = (type) => request.basic.get(`/api/v1/dictionaries?categoryCode=${type}`)
//上传图片
export const uploadFile=(params)=>request.basic.post('/api/v1/upload',params,{
headers: {
diff --git a/src/apis/modules/serverObj.js b/src/apis/modules/serverObj.js
new file mode 100644
index 0000000..9772598
--- /dev/null
+++ b/src/apis/modules/serverObj.js
@@ -0,0 +1,17 @@
+/**
+ * 区域模块接口
+ */
+import request from '@/utils/request'
+// 获取项目列表
+export const getProjectList = (params) => request.basic.get('/api/v1/customers', params)
+// 获取单挑数据
+export const getItem = (id) => request.basic.get(`/api/v1/customers/${id}`)
+// 添加条目
+export const createItem = (params) => request.basic.post('/api/v1/customers', params)
+// 更新role
+export const updateItem = (id, params) => request.basic.put(`/api/v1/customers/${id}`, params)
+// 删除数据
+export const delItem = (id) => request.basic.delete(`/api/v1/customers/${id}`)
+
+
+
diff --git a/src/assets/imgs/total.png b/src/assets/imgs/total.png
new file mode 100644
index 0000000..11bedbb
Binary files /dev/null and b/src/assets/imgs/total.png differ
diff --git a/src/layouts/BasicLayout.vue b/src/layouts/BasicLayout.vue
index 9ed2383..a903323 100644
--- a/src/layouts/BasicLayout.vue
+++ b/src/layouts/BasicLayout.vue
@@ -145,7 +145,7 @@
diff --git a/src/views/login/platForm.vue b/src/views/login/platForm.vue
index 633207e..0951aa6 100644
--- a/src/views/login/platForm.vue
+++ b/src/views/login/platForm.vue
@@ -96,10 +96,7 @@ async function goIndex() {
console.log(indexRoute)
if (!indexRoute) return
router.push(indexRoute)
- notification.success({
- message: t('welcome'),
- description: `${timeFix()},${t('home')}`,
- })
+
}
/**
* 获取首页路由
diff --git a/src/views/serverObj/serverList/components/EditDialog.vue b/src/views/serverObj/serverList/components/EditDialog.vue
new file mode 100644
index 0000000..3b01b9c
--- /dev/null
+++ b/src/views/serverObj/serverList/components/EditDialog.vue
@@ -0,0 +1,543 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 男
+ 女
+
+
+
+
+
+
+
+
+
+ 身份证
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+ 服务中
+
+
+
+
+
+
+
+
+ 在世
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/serverObj/serverList/index.vue b/src/views/serverObj/serverList/index.vue
new file mode 100644
index 0000000..03d3e17
--- /dev/null
+++ b/src/views/serverObj/serverList/index.vue
@@ -0,0 +1,789 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Child Node1 {{ value
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ item.introduction }}
+
+
+
+
+
+
+
+
+ {{
+ item.introduction }}
+
+
+
+
+
+
+
+
+ {{
+ item.introduction }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ item.introduction }}
+
+
+
+
+
+
+
+
+ {{
+ item.introduction }}
+
+
+
+
+
+
+
+
+ {{ item.introduction }}
+
+
+
+
+
+
+
+
+ {{ item.introduction
+ }}
+
+
+
+
+
+
+
+
+ {{
+ item.introduction }}
+
+
+
+
+
+
+
+
+ {{
+ item.introduction }}
+
+
+
+
+
+
+
+
+ {{
+ item.introduction }}
+
+
+
+
+
+
+
+
+ {{
+ item.introduction }}
+
+
+
+
+
+
+
+
+ {{ item.introduction
+ }}
+
+
+
+
+
+
+
+
+ {{ item.introduction
+ }}
+
+
+
+
+
+
+
+
+ {{
+ item.introduction }}
+
+
+
+
+
+
+
+
+ {{
+ item.introduction }}
+
+
+
+
+
+
+
+
+
+ Child Node1 {{ value
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('button.reset') }}
+
+ {{ $t('button.search') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 新建
+ 导入
+ 批量打标
+ 导入记录
+ 导出
+ 导出记录
+
+
+
+
+
+
+ 详情
+
+
+ 线下工单
+
+
+ 编辑
+
+
+ 线上工单
+
+
+ 转出
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/dict/components/EditDialog.vue b/src/views/system/dict/components/EditDialog.vue
index da40be2..76e0abc 100644
--- a/src/views/system/dict/components/EditDialog.vue
+++ b/src/views/system/dict/components/EditDialog.vue
@@ -1,37 +1,18 @@
-
-
-
+
+
+
-
+
-
-
+
+
diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue
index 91bc754..5a28ff3 100644
--- a/src/views/system/dict/index.vue
+++ b/src/views/system/dict/index.vue
@@ -1,11 +1,7 @@
-
+
-
+
@@ -14,32 +10,23 @@
{{ selectedDict?.key }}
-
+
新建项
-
+
-
+
- 搜索
+ 搜索
@@ -47,11 +34,7 @@
-
@@ -64,9 +47,7 @@
-
+