| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392 |
- import Mock from 'mockjs';
- // import { getUrlParams } from './utils';
- let token = {
- expire: 9999999,
- token:
- 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlSWRzIjpbIjEiXSwidXNlcklkIjoiMSIsInBhc3N3b3JkVmVyc2lvbiI6MSwiaWF0IjoxNTczOTc4MzYyLCJleHAiOjE1NzQ1ODMxNjJ9.UOfPFd5cbWaRcaCri4TU2aFZ8_t8KVJzfBFBciDYLdQ'
- };
- let userList = [
- {
- id: '21',
- name: '测试部门权限2',
- password: 'e10adc3949ba59abbe56e057f20f883e',
- passwordV: 1,
- nickName: '权限2昵称',
- headImg: null,
- email: null,
- remark: null,
- status: 1,
- createTime: '2019-11-20 15:48:31',
- updateTime: '2019-11-20 15:48:31',
- username: 'testdp2',
- phone: null,
- departmentId: '1',
- roleName: '只有部门2小组2',
- departmentName: 'COOL-ADMIN'
- },
- {
- id: '20',
- name: '测试部门权限',
- password: 'e10adc3949ba59abbe56e057f20f883e',
- passwordV: 1,
- nickName: '测试部门权限昵称',
- headImg: null,
- email: null,
- remark: null,
- status: 1,
- createTime: '2019-11-20 15:39:28',
- updateTime: '2019-11-20 15:39:28',
- username: 'testdep',
- phone: null,
- departmentId: '1',
- roleName: '只有部门1',
- departmentName: 'COOL-ADMIN'
- },
- {
- id: '19',
- name: '33',
- password: 'e10adc3949ba59abbe56e057f20f883e',
- passwordV: 1,
- nickName: '333',
- headImg: null,
- email: null,
- remark: null,
- status: 1,
- createTime: '2019-11-19 00:02:27',
- updateTime: '2019-11-19 00:02:27',
- username: '333',
- phone: null,
- departmentId: '17',
- roleName: '只有部门1',
- departmentName: '小组1'
- },
- {
- id: '18',
- name: '阿打算',
- password: 'e10adc3949ba59abbe56e057f20f883e',
- passwordV: 1,
- nickName: '12312',
- headImg: null,
- email: null,
- remark: null,
- status: 1,
- createTime: '2019-11-18 18:20:04',
- updateTime: '2019-11-18 18:20:04',
- username: '3123',
- phone: null,
- departmentId: '13',
- roleName: 'testRole',
- departmentName: '部门1'
- },
- {
- id: '17',
- name: '阿',
- password: 'e10adc3949ba59abbe56e057f20f883e',
- passwordV: 1,
- nickName: '123',
- headImg: null,
- email: null,
- remark: null,
- status: 1,
- createTime: '2019-11-18 18:07:57',
- updateTime: '2019-11-18 18:07:57',
- username: '123',
- phone: null,
- departmentId: '16',
- roleName: '超管',
- departmentName: '小组2'
- },
- {
- id: '16',
- name: 'test',
- password: 'e10adc3949ba59abbe56e057f20f883e',
- passwordV: 1,
- nickName: null,
- headImg: null,
- email: null,
- remark: null,
- status: 1,
- createTime: '2019-11-11 10:37:43',
- updateTime: '2019-11-11 11:17:25',
- username: '测试',
- phone: null,
- departmentId: '14',
- roleName: '测试,testRole,超管',
- departmentName: '小组1'
- }
- ];
- let userInfo = {
- createTime: '2019-06-25 10:20:20',
- email: '123456@qq.com',
- headImg: 'https://pic.qqtn.com/up/2019-11/2019110209212070747.jpg',
- id: '1',
- name: '超级管理员',
- nickName: '超管',
- passwordV: 1,
- phone: '18000000000',
- remark: '备注',
- roleIdList: ['1'],
- status: 1,
- updateTime: '2019-11-12 09:40:27',
- username: 'admin'
- };
- let menu = {
- perms: [
- 'sys:menu:add',
- 'sys:menu:delete',
- 'sys:menu:update',
- 'sys:menu:page',
- 'sys:menu:list',
- 'sys:menu:info',
- 'sys:user:add',
- 'sys:user:delete',
- 'sys:user:update',
- 'sys:user:page',
- 'sys:user:list',
- 'sys:user:info',
- 'sys:role:add',
- 'sys:role:delete',
- 'sys:role:update',
- 'sys:role:page',
- 'sys:role:list',
- 'sys:role:info',
- '1',
- 'sys:log:page',
- 'sys:log:clear'
- ],
- menus: [
- // {
- // id: '48',
- // parentId: '47',
- // name: '文档',
- // type: 1,
- // icon: 'icon-favorfill',
- // orderNum: 0,
- // router: '/tutorial/doc',
- // viewPath: 'https://docs.cool-admin.com/#/',
- // keepAlive: 1
- // },
- // 工作台
- {
- id: '1',
- parentId: null,
- name: '工作台',
- type: 0,
- icon: 'icongongzuotai',
- orderNum: 1,
- router: '/',
- viewPath: null,
- keepAlive: 1
- },
- // 商家管理
- {
- id: '1',
- parentId: null,
- name: '商家管理',
- type: 0,
- icon: 'icongongzuotai',
- orderNum: 1,
- router: '/sass/shop-list',
- viewPath: null,
- keepAlive: 1
- },
- {
- id: '11',
- parentId: '1',
- name: '商家列表',
- type: 1,
- icon: 'icongongzuotai',
- orderNum: 1,
- router: '/sass/merchant/merchant-list',
- viewPath: 'sass/shop/list',
- keepAlive: 1
- },
- {
- id: '12',
- parentId: '1',
- name: '申请记录',
- type: 1,
- icon: 'icongongzuotai',
- orderNum: 1,
- router: '/',
- viewPath: null,
- keepAlive: 1
- },
- {
- id: '13',
- parentId: '1',
- name: '小程序升级',
- type: 1,
- icon: 'icongongzuotai',
- orderNum: 1,
- router: '/',
- viewPath: null,
- keepAlive: 1
- },
- {
- id: '14',
- parentId: '1',
- name: '门店',
- type: 1,
- icon: 'icongongzuotai',
- orderNum: 1,
- router: '/sass/merchant/shop-list',
- viewPath: 'sass/shop/shop',
- keepAlive: 1
- },
- {
- id: '14',
- parentId: '1',
- name: '购买记录',
- type: 1,
- icon: 'icongongzuotai',
- orderNum: 1,
- router: '/sass/merchant/buy-list',
- viewPath: 'sass/shop/buy',
- keepAlive: 1
- },
- // 订单管理
- {
- id: '2',
- parentId: null,
- name: '订单管理',
- type: 1,
- icon: 'icongongzuotai',
- orderNum: 1,
- router: '/sass/order/list',
- viewPath: 'sass/order/list',
- keepAlive: 1
- },
- // 商家客户
- {
- id: '3',
- parentId: null,
- name: '客户列表',
- type: 1,
- icon: 'icongongzuotai',
- orderNum: 1,
- router: '/sass/member/list',
- viewPath: 'sass/member/list',
- keepAlive: 1
- },
- // 花卉宝商家客户
- {
- id: '4',
- parentId: null,
- name: '花卉宝客户',
- type: 1,
- icon: 'icongongzuotai',
- orderNum: 1,
- router: '/sass/pt-member/list',
- viewPath: 'sass/pt-member/list',
- keepAlive: 1
- },
- // 商家商品
- {
- id: '5',
- parentId: null,
- name: '商品列表',
- type: 1,
- icon: 'icongongzuotai',
- orderNum: 1,
- router: '/sass/goods/list',
- viewPath: 'sass/goods/list',
- keepAlive: 1
- },
- // 节日管理
- {
- id: '6',
- parentId: null,
- name: '节日列表',
- type: 1,
- icon: 'icongongzuotai',
- orderNum: 1,
- router: '/sass/fest/list',
- viewPath: 'sass/fest/list',
- keepAlive: 1
- },
- // 套餐管理
- {
- id: '7',
- parentId: null,
- name: '套餐管理',
- type: 0,
- icon: 'icongongzuotai',
- orderNum: 1,
- router: '/sass/manage/list',
- viewPath: 'sass/manage/list',
- keepAlive: 1
- },
- {
- id: '701',
- parentId: '7',
- name: '套餐列表',
- type: 1,
- icon: 'icongongzuotai',
- orderNum: 1,
- router: '/sass/manage/package',
- viewPath: 'sass/manage/package',
- keepAlive: 1
- },
- {
- id: '701',
- parentId: '7',
- name: '权限管理',
- type: 1,
- icon: 'icongongzuotai',
- orderNum: 1,
- router: '/sass/manage/auth',
- viewPath: 'sass/manage/auth',
- keepAlive: 1
- },
- {
- id: '8',
- parentId: null,
- name: '权限',
- type: 1,
- icon: null,
- orderNum: 1,
- router: null,
- viewPath: null,
- keepAlive: 0
- }
- ]
- };
- // Mock.mock(RegExp('/auth/login' + '.*'), 'get', req => {
- // // console.table(req);
- // return {
- // code: 1,
- // data: userInfo,
- // message: 'success'
- // };
- // });
- Mock.mock(RegExp('/comm/permmenu' + '.*'), 'get', req => {
- // console.table(req);
- return {
- code: 1,
- data: menu,
- message: 'success'
- };
- });
- Mock.mock(RegExp('/sys/user/list' + '.*'), 'get', req => {
- // console.table(req);
- return {
- code: 1,
- data: {
- list: userList,
- pagination: {
- page: 1,
- size: 20,
- total: 6
- }
- },
- message: 'success'
- };
- });
|