Ver código fonte

Merge branch 'dev' of http://git.pro.g107.net/guojy/dd_pc into dev

哥哥玩剑魂呢 4 anos atrás
pai
commit
f1a378488d
1 arquivos alterados com 0 adições e 86 exclusões
  1. 0 86
      src/home.vue

+ 0 - 86
src/home.vue

@@ -1277,92 +1277,6 @@ export default {
 		window.removeEventListener('resize', this.selfAdaption); //取消echarts自适应
 	},
 	created() {
-	// var user = {
-    //   accedence_time: "2020-12-26 15:04:33",
-    //   company_id: '',
-    //   company_info: { creator_ids: [167], id: 15, industry: '计算机软件', is_official: 1, logo_url: '', name: '测试组织', status: 1, user_count_max: 50 },
-    //   employee_detail: {
-    //     dept_list: [],
-    //     manage_scope: [{"id": 164,"name": "刘瑞欣"},{"id": 165,"name": "方慧毅"},{"id": 166,"name": "郭家裕(创始人)"},{"id": 184,"name": "莫仕钊"},{"id": 185,"name": "秦杨升"}],
-    //     permission_list: [],
-    //     role_list: [
-        //   { id: 15, name: 'employee', remark: '员工' },
-        //   { id: 12, name: 'admin', remark: '公司管理员' },
-        //   { id: 14, name: 'dept_manager', remark: '部门管理者' },
-        //   { id: 13, name: 'point_manager', remark: '积分管理员' },
-        //   { id: 11, name: 'creator', remark: '创始人' }
-    //     ],
-    //     superior_list: [{id: 164,name: "刘瑞欣"},
-	// 			{id: 165,name: "方慧毅"},
-	// 			{id: 166,name: "郭家裕(创始人)"},
-	// 			{id: 184,name: "莫仕钊"},
-	// 			{id: 185,name: "秦杨升"},
-	// 			{id: 187,name: "梁丽焕"},
-	// 			{id: 188,name: "刘俊华"},{id: 167,name: "蔡文"}]
-    //   },
-    //   id: 186,
-    //   img_url: "https://static-legacy.dingtalk.com/media/lADPBE1Xcf-wCfbNAwvNAwA_768_779.jpg",
-    //   is_admin: 0,
-    //   is_creator: 0,
-    //   is_official: 1,
-    //   is_scope: 1,
-    //   letter_index: 'C',
-    //   name: '程健',
-    //   point_config: {
-    //     deduct_task_monthly: [
-    //       {
-    //         name: "A分",
-    //         point: "0",
-    //         pt_id: 2
-    //       },
-    //       {
-    //         name: "B分",
-    //         point: "0",
-    //         pt_id: 3
-    //       }
-    //     ],
-    //     reward_ratio: 0,
-    //     exec_count: 0,
-    //     exec_count_point: 0,
-    //     reward_ratio_point: 0,
-    //     service_point: 0,
-    //     entry_limit: 1000,
-    //     point_limit: [
-    //       {
-    //         name: "A分",
-    //         point: "200",
-    //         pt_id: 2
-    //       },
-    //       {
-    //         name: "B分",
-    //         point: "100",
-    //         pt_id: 3
-    //       }
-    //     ],
-    //     reward_task_monthly: [
-    //       {
-    //         name: "A分",
-    //         point: "0",
-    //         pt_id: 2
-    //       },
-    //       {
-    //         name: "B分",
-    //         point: "0",
-    //         pt_id: 3
-    //       }
-    //     ],
-    //   },
-    //   post: '',
-    //   site_config: {
-    //     base_point: 120,
-    //     rule_limit_check: 1,
-    //     task_review: 0,
-    //     service_point: 120,
-    //     a2b: 0
-    //   },
-    //   site_id: 15
-    // };
-    // localStorage.setItem('userData',JSON.stringify(user));
 	}
 };
 </script>