jufubao-admin-library 1.1.26 → 1.1.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,46 +26,7 @@ const accountsRouter = {
26
26
  // role.account.accountList
27
27
  // ]
28
28
  }
29
- },
30
- {
31
- path: "detail/:id",
32
- name: "partnerAccountDetail",
33
- component: () => import("@/viewsAccounts/detail"),
34
- hidden: true,
35
- meta: {
36
- title: "账号信息",
37
- activeMenu: "/accounts/list",
38
- // roles: [
39
- // role.account.getUserDetail
40
- // ]
41
- }
42
- },
43
- {
44
- path: "edit/:id",
45
- name: "partnerAccountUpdate",
46
- component: () => import("@/viewsAccounts/create"),
47
- hidden: true,
48
- meta: {
49
- title: "编辑账号",
50
- activeMenu: "/accounts/list",
51
- // roles: [
52
- // role.account.updateUser
53
- // ]
54
- }
55
- },
56
- {
57
- path: "create",
58
- name: "partnerAccountCreate",
59
- component: () => import("@/viewsAccounts/create"),
60
- hidden: true,
61
- meta: {
62
- title: "新增账号",
63
- activeMenu: "/accounts/list",
64
- // roles: [
65
- // role.account.addUser
66
- // ]
67
- }
68
- },
29
+ }
69
30
  ]
70
31
  }
71
32
 
@@ -7,7 +7,6 @@ module.exports = {
7
7
  {
8
8
  title: '管理员 - 获取客户列表',
9
9
  mapFn: "getSassCompanyList",
10
- isPublic: true,
11
10
  path: '/saas-partner/v1/company/like-options',
12
11
  isRule: false,
13
12
  params: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.26",
3
+ "version": "1.1.27",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {