⬆ chore: version

This commit is contained in:
zhideyiman 2023-08-08 20:55:24 +08:00
parent 3bdde369d7
commit afe1d27ea7
9 changed files with 10 additions and 2312 deletions

View File

@ -29,8 +29,7 @@ const data = [
timestamp: '2020-04-18', timestamp: '2020-04-18',
}, },
{ {
content: content: '删除babel-polyfill 提高打包速度 减少压缩体积放弃ie是这个项目做出的最伟大的决定',
'删除babel-polyfill 提高打包速度 减少压缩体积放弃ie是这个项目做出的最伟大的决定',
timestamp: '2020-04-18', timestamp: '2020-04-18',
}, },
{ {
@ -150,8 +149,7 @@ const data = [
timestamp: '2020-07-15', timestamp: '2020-07-15',
}, },
{ {
content: content: '记录这一天vue-admin-beautiful在插件市场、百度已花费超过1万元广告费用希望一切都值得',
'记录这一天vue-admin-beautiful在插件市场、百度已花费超过1万元广告费用希望一切都值得',
timestamp: '2020-07-18', timestamp: '2020-07-18',
}, },
{ {

View File

@ -310,8 +310,7 @@ module.exports = [
return true return true
}) })
const pageList = mockList.filter( const pageList = mockList.filter(
(item, index) => (item, index) => index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
) )
return { return {
code: 200, code: 200,

View File

@ -29,8 +29,7 @@ module.exports = [
return true return true
}) })
const pageList = mockList.filter( const pageList = mockList.filter(
(item, index) => (item, index) => index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
) )
return { return {
code: 200, code: 200,

View File

@ -971,8 +971,7 @@ module.exports = [
return true return true
}) })
const pageList = mockList.filter( const pageList = mockList.filter(
(item, index) => (item, index) => index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
) )
return { return {
code: 200, code: 200,

File diff suppressed because it is too large Load Diff

View File

@ -19,8 +19,7 @@ module.exports = [
return !(title && item.title.indexOf(title) < 0) return !(title && item.title.indexOf(title) < 0)
}) })
const pageList = mockList.filter( const pageList = mockList.filter(
(item, index) => (item, index) => index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
) )
return { return {
code: 200, code: 200,

View File

@ -54,8 +54,7 @@ module.exports = [
return !(title && item.title.indexOf(title) < 0) return !(title && item.title.indexOf(title) < 0)
}) })
const pageList = mockList.filter( const pageList = mockList.filter(
(item, index) => (item, index) => index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
) )
return { return {
code: 200, code: 200,

View File

@ -36,8 +36,7 @@ module.exports = [
return true return true
}) })
const pageList = mockList.filter( const pageList = mockList.filter(
(item, index) => (item, index) => index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
index < pageSize * pageNo && index >= pageSize * (pageNo - 1)
) )
return { return {
code: 200, code: 200,

View File

@ -37,6 +37,7 @@
"echarts": "5.4.3", "echarts": "5.4.3",
"element-ui": "^2.15.13", "element-ui": "^2.15.13",
"jsencrypt": "^3.3.2", "jsencrypt": "^3.3.2",
"layouts": "file:layouts",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"maptalks": "^0.49.5", "maptalks": "^0.49.5",
"mapv": "^2.0.62", "mapv": "^2.0.62",
@ -50,8 +51,7 @@
"vue-echarts": "6.6.1", "vue-echarts": "6.6.1",
"vue-router": "^3.6.5", "vue-router": "^3.6.5",
"vue-template-compiler": "~2.7.14", "vue-template-compiler": "~2.7.14",
"vuex": "^3.6.2", "vuex": "^3.6.2"
"layouts": "file:layouts"
}, },
"devDependencies": { "devDependencies": {
"@vue/cli-plugin-babel": "^4.5.15", "@vue/cli-plugin-babel": "^4.5.15",