Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xxx_phase2_web
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
夏敏伟
xxx_phase2_web
Commits
2809615b
Commit
2809615b
authored
Jun 14, 2024
by
高飞
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.168.218/xiaminwei/xxx_phase2_web
parents
e36fbd8f
39e2641c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
src/view/login.vue
src/view/login.vue
+10
-9
No files found.
src/view/login.vue
View file @
2809615b
...
@@ -46,7 +46,8 @@ import leftOne from '../assets/img/login/text1.png';
...
@@ -46,7 +46,8 @@ import leftOne from '../assets/img/login/text1.png';
import
leftTwo
from
'
../assets/img/login/text2.png
'
;
import
leftTwo
from
'
../assets/img/login/text2.png
'
;
import
rightOne
from
'
../assets/img/login/text3.png
'
;
import
rightOne
from
'
../assets/img/login/text3.png
'
;
import
rightTwo
from
'
../assets/img/login/text4.png
'
;
import
rightTwo
from
'
../assets/img/login/text4.png
'
;
import
{
querySystemName
}
from
'
@/api/index
'
;
// import { querySystemName } from '@/api/index';
import
{
SYSTEM_NAME
}
from
'
@/constant/user
'
;
import
dayjs
from
"
dayjs
"
;
import
dayjs
from
"
dayjs
"
;
export
default
{
export
default
{
name
:
"
login
"
,
name
:
"
login
"
,
...
@@ -70,7 +71,7 @@ export default {
...
@@ -70,7 +71,7 @@ export default {
day
:
null
,
day
:
null
,
week
:
null
week
:
null
},
},
system_name
:
''
system_name
:
SYSTEM_NAME
};
};
},
},
methods
:
{
methods
:
{
...
@@ -129,13 +130,13 @@ export default {
...
@@ -129,13 +130,13 @@ export default {
const
weekList
=
[
'
星期日
'
,
'
星期一
'
,
'
星期二
'
,
'
星期三
'
,
'
星期四
'
,
'
星期五
'
,
'
星期六
'
];
const
weekList
=
[
'
星期日
'
,
'
星期一
'
,
'
星期二
'
,
'
星期三
'
,
'
星期四
'
,
'
星期五
'
,
'
星期六
'
];
this
.
myDate
.
week
=
weekList
[
dayjs
().
get
(
'
day
'
)]
this
.
myDate
.
week
=
weekList
[
dayjs
().
get
(
'
day
'
)]
},
},
mounted
(){
//
mounted(){
querySystemName
().
then
(
res
=>
{
//
querySystemName().then(res=>{
res
.
forEach
(
item
=>
{
//
res.forEach(item=>{
this
.
system_name
+=
item
.
name
;
//
this.system_name+=item.name;
});
//
});
})
//
})
}
//
}
};
};
</
script
>
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
...
...
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