提交 f0b563a2 编写于 作者: tao.wu's avatar tao.wu

no message

上级 e1d3c09d
...@@ -57,8 +57,9 @@ module.exports = { ...@@ -57,8 +57,9 @@ module.exports = {
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/, test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
loader: 'url', loader: 'url',
query: { query: {
limit: 10000, limit: 5000,
name: utils.assetsPath('fonts/[name].[hash:7].[ext]') name: utils.assetsPath('fonts/[name].[hash:7].[ext]'),
publicPath: '../../'
} }
}] }]
}, },
......
...@@ -122,6 +122,7 @@ export default { ...@@ -122,6 +122,7 @@ export default {
title: '消息推送', title: '消息推送',
icon: 'el-icon-message', icon: 'el-icon-message',
isMessageSend: true, isMessageSend: true,
checkAuth: true
}, },
] ]
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册