新增加copyright

This commit is contained in:
不做码农 2022-04-22 06:58:40 +08:00
parent fd33cd5f85
commit 0034e5eab1

View File

@ -47,5 +47,9 @@ export default {
* The default is only used in the production env * The default is only used in the production env
* If you want to also use it in dev, you can pass ['production', 'development'] * If you want to also use it in dev, you can pass ['production', 'development']
*/ */
errorLog: 'production' errorLog: 'production',
/**
* 版权信息
*/
copyright: 'Copyright ©2022 izhaorui.cn All Rights Reserved.'
} }