Revert "!8 APP显示新闻模块"

This reverts commit e28c829613, reversing
changes made to 734f3e7f9d.
This commit is contained in:
kerwincui
2022-04-09 18:53:14 +08:00
parent e28c829613
commit 462d5d38f8
32 changed files with 34 additions and 3086 deletions

View File

@@ -8,7 +8,6 @@ function resolve(dir) {
const name = process.env.VUE_APP_TITLE || '物美智能系统' // 网页标题
const port = process.env.port || process.env.npm_config_port || 80 // 端口
const webpack = require('webpack')
// vue.config.js 配置说明
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions
@@ -55,13 +54,6 @@ module.exports = {
'@': resolve('src')
}
},
plugins: [
new webpack.ProvidePlugin({
'window.Quill': 'quill/dist/quill.js',
Quill: 'quill/dist/quill.js'
})
]
},
chainWebpack(config) {
config.plugins.delete('preload') // TODO: need test