Skip to content

Commit

Permalink
issue #6 添加vue版本后台管理的国际化功能
Browse files Browse the repository at this point in the history
  • Loading branch information
enilu committed Jan 4, 2019
1 parent 7826151 commit b2651ac
Show file tree
Hide file tree
Showing 35 changed files with 11,948 additions and 873 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
- guns-lite是在[guns](https://github.com/stylefeng/Guns)的基础上将数据库层由mybatis替换为spring data jpa的系统。
- guns-lite是一个基于spring boot的后台管理系统。

### 分支
## 分支
- admin-flat 该分支将guns-admin页面更改为扁平化风格,去掉iframe+标签页的形式:

![flat](https://user-images.githubusercontent.com/3115814/38806871-49f57248-41ad-11e8-932b-e06dc1941107.jpg)

- oracle, 该分支将底层数据使用oracle。


## 目录说明
- guns-admin 一个成熟的后台管理系统,完全具备了后台管理系统的基本功能
- guns-admin-vuejs 基于vuejs的后台管理,如果你想要前后端分离,那么该目录和下面的guns-api可以帮到你,这两个模块共同实现了上面guns-admin实现了的功能
Expand All @@ -22,6 +21,13 @@
- guns-entity 实体层
- guns-service 服务层



## 演示地址
- 后台管理系统 [http://45.32.65.17:8081/guns-admin/](http://45.32.65.17:8081/guns-admin/)
- vue版本后台管理 [http://45.32.65.17:8081/vue](http://45.32.65.17:8081/vue)
- 因资金原因演示服务器放在国外并且和其他三个服务共用一个2G内存的linux服务器,访问速度极慢,请耐心等待(/ □ \)) 囧

## 技术选型

- 核心框架:spring boot
Expand Down
2 changes: 1 addition & 1 deletion guns-admin-vuejs/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = {
* then assetsPublicPath should be set to "/bar/".
* In most cases please use '/' !!!
*/
assetsPublicPath: '/', // If you are deployed on the root path, please use '/'
assetsPublicPath: '/vue/', // If you are deployed on the root path, please use '/'

/**
* Source Maps
Expand Down
2 changes: 1 addition & 1 deletion guns-admin-vuejs/config/prod.env.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict'
module.exports = {
NODE_ENV: '"production"',
BASE_API: '"https://api.enilu.cn"',
BASE_API: '"http://45.32.65.17:8081/guns-api"',
}
Loading

0 comments on commit b2651ac

Please sign in to comment.