'添加gin-vue-admin的web配置文件,具体文件请看core/config文件'

This commit is contained in:
bypanghu@163.com
2021-06-11 21:37:07 +08:00
parent 5cc87c5b6c
commit aac76dcd58
8 changed files with 103 additions and 465 deletions

15
web/src/core/config.js Normal file
View File

@@ -0,0 +1,15 @@
/*
* 网站配置文件
* */
const config ={
appName : 'Gin-Vue-Admin',
appLogo : 'https://www.gin-vue-admin.com/img/logo.png'
}
export default config