File tree Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ func RunWindowsServer() {
38
38
39
39
fmt .Printf (`
40
40
欢迎使用 github.com/flipped-aurora/gin-vue-admin/server
41
- 当前版本:V2.4.6
41
+ 当前版本:V2.5.0 beta
42
42
加群方式:微信号:shouzi_1994 QQ群:622360840
43
43
GVA讨论社区:https://support.qq.com/products/371961
44
44
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gin-vue-admin" ,
3
- "version" : " 2.4.6 " ,
3
+ "version" : " 2.5.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"serve" : " node openDocument.js && vite --host --mode development" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export const viteLogo = (env) => {
18
18
)
19
19
console . log (
20
20
chalk . green (
21
- `> 当前版本:V2.4.6 `
21
+ `> 当前版本:V2.5.0 `
22
22
)
23
23
)
24
24
console . log (
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default {
10
10
register ( app )
11
11
console . log ( `
12
12
欢迎使用 Gin-Vue-Admin
13
- 当前版本:V2.4.6
13
+ 当前版本:V2.5.0 beta
14
14
加群方式:微信:shouzi_1994 QQ群:622360840
15
15
GVA讨论社区:https://support.qq.com/products/371961
16
16
默认自动化文档地址:http://127.0.0.1:${ import . meta. env . VITE_SERVER_PORT } /swagger/index.html
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { emitter } from '@/utils/bus.js'
5
5
import * as ElIconModules from '@element-plus/icons'
6
6
// 导入转换图标名称的函数
7
7
8
- const closeThisPage = ( ) => {
8
+ export const closeThisPage = ( ) => {
9
9
emitter . emit ( 'closeThisPage' )
10
10
}
11
11
@@ -14,8 +14,5 @@ export const register = (app) => {
14
14
for ( const iconName in ElIconModules ) {
15
15
app . component ( iconName , ElIconModules [ iconName ] )
16
16
}
17
-
18
17
app . config . globalProperties . $GIN_VUE_ADMIN = config
19
- app . config . globalProperties . $CloseThisPage = closeThisPage
20
18
}
21
-
You can’t perform that action at this time.
0 commit comments