增加$CloseThisPage全局方法

This commit is contained in:
piexlmax
2021-09-01 15:20:46 +08:00
parent f5677e6858
commit 8080c38936
3 changed files with 13 additions and 5 deletions

View File

@@ -3,12 +3,10 @@
*
* */
// 加载网站配置文件夹
import config from './config'
import { register } from './global'
export const run = function(app) {
app.config.globalProperties.$GIN_VUE_ADMIN = config
// app.use(uploader)
register(app)
console.log(`
欢迎使用 Gin-Vue-Admin
当前版本:V2.4.5 alpha