From c9b171d3af6f236b4fc212c1a5287c57b7bd7c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Thu, 11 Sep 2025 17:43:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 + src/views/modules/user/user.vue | 4 + src/views/modules/vipList/user-open-vip.vue | 292 +++++++ src/views/modules/vipList/userList.vue | 830 ++++++++++++++++++++ src/views/modules/vipList/vipDetail.vue | 823 +++++++++++++++++++ static/config/index.js | 4 +- 6 files changed, 1953 insertions(+), 2 deletions(-) create mode 100644 src/views/modules/vipList/user-open-vip.vue create mode 100644 src/views/modules/vipList/userList.vue create mode 100644 src/views/modules/vipList/vipDetail.vue diff --git a/src/router/index.js b/src/router/index.js index cf13c35..d065181 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -87,6 +87,8 @@ const mainRoutes = { { path: '/medicalrecords-medicalList', component: _import('modules/medicalrecords/medicalList'), name: 'medicalrecords-medicalList', meta: { title: '医案列表', isTab: true } }, { path: '/medicalrecords-userList', component: _import('modules/medicalrecords/userList'), name: 'medicalrecords-userList', meta: { title: '审核人员列表', isTab: true } }, + { path: '/vipList-userList', component: _import('modules/vipList/userList'), name: 'vipList-userList', meta: { title: 'VIP用户列表', isTab: true } }, + { path: '/vipList-vipDetail', component: _import('modules/vipList/vipDetail'), name: 'vipList-vipDetail', meta: { title: 'VIP详情', isTab: true } }, ], beforeEnter (to, from, next) { diff --git a/src/views/modules/user/user.vue b/src/views/modules/user/user.vue index 846df11..bfc7c28 100644 --- a/src/views/modules/user/user.vue +++ b/src/views/modules/user/user.vue @@ -646,7 +646,11 @@ export default { addJF, OpenVip }, + activated() { + if(this.$route.params.key){ + this.dataForm.key = this.$route.params.key + } this.getDataList(); }, methods: { diff --git a/src/views/modules/vipList/user-open-vip.vue b/src/views/modules/vipList/user-open-vip.vue new file mode 100644 index 0000000..d7a8980 --- /dev/null +++ b/src/views/modules/vipList/user-open-vip.vue @@ -0,0 +1,292 @@ + + + + + diff --git a/src/views/modules/vipList/userList.vue b/src/views/modules/vipList/userList.vue new file mode 100644 index 0000000..95d4601 --- /dev/null +++ b/src/views/modules/vipList/userList.vue @@ -0,0 +1,830 @@ + + + + diff --git a/src/views/modules/vipList/vipDetail.vue b/src/views/modules/vipList/vipDetail.vue new file mode 100644 index 0000000..3d28f34 --- /dev/null +++ b/src/views/modules/vipList/vipDetail.vue @@ -0,0 +1,823 @@ + + + + + + \ No newline at end of file diff --git a/static/config/index.js b/static/config/index.js index 88a0b47..493669f 100644 --- a/static/config/index.js +++ b/static/config/index.js @@ -5,8 +5,8 @@ window.SITE_CONFIG = {}; // api接口请求地址 - window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境 - // window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; //川 + // window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境 + window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; //川 // cdn地址 = 域名 + 版本号 window.SITE_CONFIG['domain'] = './'; // 域名