Skip to content

Commit afe1d27

Browse files
committed
⬆ chore: version
1 parent 3bdde36 commit afe1d27

File tree

9 files changed

+10
-2312
lines changed

9 files changed

+10
-2312
lines changed

mock/controller/changeLog.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ const data = [
2929
timestamp: '2020-04-18',
3030
},
3131
{
32-
content:
33-
'删除babel-polyfill 提高打包速度 减少压缩体积(放弃ie是这个项目做出的最伟大的决定)',
32+
content: '删除babel-polyfill 提高打包速度 减少压缩体积(放弃ie是这个项目做出的最伟大的决定)',
3433
timestamp: '2020-04-18',
3534
},
3635
{
@@ -150,8 +149,7 @@ const data = [
150149
timestamp: '2020-07-15',
151150
},
152151
{
153-
content:
154-
'记录这一天vue-admin-beautiful在插件市场、百度已花费超过1万元广告费用,希望一切都值得',
152+
content: '记录这一天vue-admin-beautiful在插件市场、百度已花费超过1万元广告费用,希望一切都值得',
155153
timestamp: '2020-07-18',
156154
},
157155
{

mock/controller/colorfulIcon.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,7 @@ module.exports = [
310310
return true
311311
})
312312
const pageList = mockList.filter(
313-
(item, index) =>
314-
index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
313+
(item, index) => index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
315314
)
316315
return {
317316
code: 200,

mock/controller/goodsList.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ module.exports = [
2929
return true
3030
})
3131
const pageList = mockList.filter(
32-
(item, index) =>
33-
index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
32+
(item, index) => index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
3433
)
3534
return {
3635
code: 200,

mock/controller/icon.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,8 +971,7 @@ module.exports = [
971971
return true
972972
})
973973
const pageList = mockList.filter(
974-
(item, index) =>
975-
index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
974+
(item, index) => index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
976975
)
977976
return {
978977
code: 200,

0 commit comments

Comments
 (0)