Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Guten-PigxUI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄卓然
Guten-PigxUI
Commits
44f8efc2
Commit
44f8efc2
authored
Nov 12, 2018
by
冷冷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
添加新特性。新增租户管理
parent
7ffee2fc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
website.js
src/const/website.js
+7
-5
index.vue
src/page/login/index.vue
+1
-1
No files found.
src/const/website.js
View file @
44f8efc2
...
@@ -7,11 +7,13 @@ export default {
...
@@ -7,11 +7,13 @@ export default {
lockPage
:
'/lock'
,
lockPage
:
'/lock'
,
tokenTime
:
6000
,
tokenTime
:
6000
,
info
:
{
info
:
{
title
:
"
Avue 通用管理系统
快速开发框架"
,
title
:
"
PigX Pro
快速开发框架"
,
list
:
[
list
:
[
'Avue 是一个基于vue+vuex+vue-router快速后台管理模板,采用token交互验证方式。'
,
'一个基于Spring Cloud、OAuth2.0开发基于Vue前后分离的开发平台。'
,
'您可以 Avue 为基础,不只限制于vue的页面,你可以嵌入第三方网站,基于iframe框架。'
,
'一个基于Avue2 开发无需前端知识,即可快速上手的开发平台。'
,
'Avue 构建简单上手快,最大程度上帮助企业节省时间成本和费用开支。'
,
'最大程度上帮助企业节省时间成本和费用开支。'
,
'QQ群:23754102'
,
'当前版本:v2.0.0'
,
]
]
},
},
//配置菜单的属性
//配置菜单的属性
...
...
src/page/login/index.vue
View file @
44f8efc2
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
class=
"login-logo animated fadeIn"
>
<div
class=
"login-logo animated fadeIn"
>
<el-dropdown
@
command=
"handleCommand"
>
<el-dropdown
@
command=
"handleCommand"
>
<span
class=
"el-dropdown-link"
>
<span
class=
"el-dropdown-link"
>
选择
租户
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
默认
租户
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
</span>
</span>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
command=
"1"
>
租户1
</el-dropdown-item>
<el-dropdown-item
command=
"1"
>
租户1
</el-dropdown-item>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment