diff --git a/src/api/archityecture.js b/src/api/archityecture.js index c04e11c..c01b94d 100644 --- a/src/api/archityecture.js +++ b/src/api/archityecture.js @@ -78,3 +78,12 @@ export function getAzFramewrokNodeInfo(params) { params }) } + +// 会员点位列表查询 +export function getMemberPointList(params) { + return request({ + url: '/member/manager/member/member-point', + method: 'get', + params + }) +} diff --git a/src/router/index.js b/src/router/index.js index 0f9f65a..70382e3 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -148,6 +148,22 @@ export const constantRoutes = [ ] }, + { + path: 'memberPointInfo', + name: 'MemberPointInfo', + meta: { title: '会员点位信息' }, + component: ParentView, + redirect: 'memberPointInfo/index', + children: [ + { + path: 'memberPointInfo', + name: 'MemberPointInfo', + component: () => import('@/views/information/memberPointInfo/index'), + meta: { title: '会员点位信息' } + } + + ] + }, { path: 'realInfo', name: 'RealInfo', diff --git a/src/styles/index.scss b/src/styles/index.scss index 260323c..a71ec8f 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -183,4 +183,8 @@ tbody { line-height: 36px; } } +.thebtn2 { + color: #ffffff !important; + background: #ffad41 !important; +} diff --git a/src/views/framework/architecture/azjg2.vue b/src/views/framework/architecture/azjg2.vue index d7a4ae9..3354e0c 100644 --- a/src/views/framework/architecture/azjg2.vue +++ b/src/views/framework/architecture/azjg2.vue @@ -179,7 +179,6 @@ :limit.sync="queryParams.pageSize" @pagination="getList" /> - {{ nodeInfoDialogVisible }} +
+ +
+ + + + + + + + + + + + + + + + + + + + +
+
+
+ 导出 +
+
+
+
+ + + + + + + + + + +
+
+ +
+ + + +