调整eslint,优化oc判断

This commit is contained in:
奇淼(piexlmax
2023-01-14 10:52:15 +08:00
parent dfcb283899
commit 66666ed5fd
9 changed files with 103 additions and 139 deletions

View File

@@ -6,9 +6,9 @@
import { register } from './global'
export default {
install: (app) => {
register(app)
console.log(`
install: (app) => {
register(app)
console.log(`
欢迎使用 Gin-Vue-Admin
当前版本:v2.5.5
加群方式:微信shouzi_1994 QQ群622360840
@@ -18,5 +18,5 @@ export default {
默认前端文件运行地址:http://127.0.0.1:${import.meta.env.VITE_CLI_PORT}
如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/coffee/index.html
`)
}
}
}
}