增加版本号功能
This commit is contained in:
@@ -47,7 +47,7 @@ Vue.use(APlayer, {
|
||||
});
|
||||
|
||||
|
||||
import {auth} from '@/directive/auth'
|
||||
import { auth } from '@/directive/auth'
|
||||
// 按钮权限指令
|
||||
auth(Vue)
|
||||
|
||||
@@ -63,3 +63,10 @@ new Vue({
|
||||
//引入echarts
|
||||
import echarts from 'echarts'
|
||||
Vue.prototype.$echarts = echarts;
|
||||
|
||||
console.log(`
|
||||
欢迎使用 Gin-Vue-Admin
|
||||
当前版本:V2.3.2
|
||||
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
|
||||
默认前端文件运行地址:http://127.0.0.1:8080
|
||||
`)
|
Reference in New Issue
Block a user