Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
O
on-site-service-admin-view
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
external
on-site-service-admin-view
Commits
2c1be876
Commit
2c1be876
authored
Jul 07, 2022
by
shangtx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init: 主题修改
parent
9bcfce81
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
597 additions
and
1229 deletions
+597
-1229
ApplyCar.vue
src/components/layouts/ApplyCar.vue
+0
-555
SideMenu.vue
src/components/menu/SideMenu.vue
+1
-1
index.js
src/components/menu/index.js
+1
-1
GlobalHeader.vue
src/components/page/GlobalHeader.vue
+1
-1
GlobalLayout.vue
src/components/page/GlobalLayout.vue
+590
-665
defaultSettings.js
src/defaultSettings.js
+1
-1
app.js
src/store/modules/app.js
+1
-1
Login.vue
src/views/user/Login.vue
+2
-4
No files found.
src/components/layouts/ApplyCar.vue
deleted
100644 → 0
View file @
9bcfce81
This diff is collapsed.
Click to expand it.
src/components/menu/SideMenu.vue
View file @
2c1be876
...
...
@@ -37,7 +37,7 @@
theme
:
{
type
:
String
,
required
:
false
,
default
:
'
light
'
default
:
'
dark
'
},
collapsible
:
{
type
:
Boolean
,
...
...
src/components/menu/index.js
View file @
2c1be876
...
...
@@ -13,7 +13,7 @@ export default {
theme
:
{
type
:
String
,
required
:
false
,
default
:
'
light
'
default
:
'
dark
'
},
mode
:
{
type
:
String
,
...
...
src/components/page/GlobalHeader.vue
View file @
2c1be876
...
...
@@ -78,7 +78,7 @@
theme
:
{
type
:
String
,
required
:
false
,
default
:
'
light
'
default
:
'
dark
'
},
collapsed
:
{
type
:
Boolean
,
...
...
src/components/page/GlobalLayout.vue
View file @
2c1be876
This diff is collapsed.
Click to expand it.
src/defaultSettings.js
View file @
2c1be876
...
...
@@ -15,7 +15,7 @@
export
default
{
primaryColor
:
'#3A62D7'
,
// primary color of ant design
navTheme
:
'
light
'
,
// theme for nav menu
navTheme
:
'
dark
'
,
// theme for nav menu
layout
:
'sidemenu'
,
// nav menu position: sidemenu or topmenu
contentWidth
:
'Fixed'
,
// layout of content: Fluid or Fixed, only works when layout is topmenu
fixedHeader
:
true
,
// sticky header
...
...
src/store/modules/app.js
View file @
2c1be876
...
...
@@ -18,7 +18,7 @@ const app = {
withoutAnimation
:
false
},
device
:
'desktop'
,
theme
:
''
,
theme
:
'
dark
'
,
layout
:
''
,
contentWidth
:
''
,
fixedHeader
:
false
,
...
...
src/views/user/Login.vue
View file @
2c1be876
...
...
@@ -7,7 +7,7 @@
>
<div
style=
"width: 600px; margin-left: 150px"
>
<div
class=
"aaa"
>
欢迎使用
</div>
<div
class=
"bbb"
>
服务预约
管理系统
</div>
<div
class=
"bbb"
>
城市匠人
管理系统
</div>
<div
style=
"height: 50px"
></div>
<a-form
class=
"user-layout-login"
@
submit=
"handleSubmit"
:form=
"form"
>
...
...
@@ -21,7 +21,7 @@
{
initialValue: '',
rules: [
{ required: true, message: '请输入
帐户名或邮箱地址
' },
{ required: true, message: '请输入
用户名
' },
{ validator: this.handleUsernameOrEmail },
],
},
...
...
@@ -74,14 +74,12 @@
import
{
mapActions
}
from
"vuex"
;
import
{
initRouterTree
}
from
"@/router/router.config"
;
import
notification
from
"ant-design-vue/es/notification"
;
// import {timeFix} from "../../util/util"
export
default
{
data
()
{
return
{
customActiveKey
:
"tab1"
,
loginBtn
:
false
,
// login type: 0 email, 1 username, 2 telephone
loginType
:
1
,
form
:
this
.
$form
.
createForm
(
this
),
state
:
{
...
...
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