Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
racns committed Aug 20, 2021
1 parent 9edd4a7 commit 2adf6e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/views/auth/Article.vue
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ export default {
methods: {
// 自然时间
natureTime(date){

let time = inisHelper.date.to.time(date)
return inisHelper.time.nature(time)
}
Expand Down
16 changes: 8 additions & 8 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ module.exports = {
parallel: require('os').cpus().length > 1,
// 向 PWA 插件传递选项。
pwa: {
iconPaths: {
favicon64: 'favicon.ico',
favicon32: 'favicon.ico',
favicon16: 'favicon.ico',
appleTouchIcon: 'favicon.ico',
maskIcon: 'favicon.ico',
msTileImage: 'favicon.ico'
},
// iconPaths: {
// favicon64: 'favicon.ico',
// favicon32: 'favicon.ico',
// favicon16: 'favicon.ico',
// appleTouchIcon: 'favicon.ico',
// maskIcon: 'favicon.ico',
// msTileImage: 'favicon.ico'
// },
themeColor: '#727cf5'
},
chainWebpack: config => {
Expand Down

0 comments on commit 2adf6e7

Please sign in to comment.