Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
F
file-fangzhenxitong
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
纪泽龙
file-fangzhenxitong
Commits
085aaf2d
Commit
085aaf2d
authored
Jun 13, 2025
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
432acbe2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
47 additions
and
9 deletions
+47
-9
index.js
src/router/index.js
+8
-5
login.vue
src/views/login.vue
+7
-4
zzz.vue
src/views/zzz.vue
+32
-0
No files found.
src/router/index.js
View file @
085aaf2d
...
@@ -2,14 +2,13 @@
...
@@ -2,14 +2,13 @@
* @Author: 纪泽龙 jizelong@qq.com
* @Author: 纪泽龙 jizelong@qq.com
* @Date: 2025-06-11 09:19:41
* @Date: 2025-06-11 09:19:41
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditTime: 2025-06-1
1 11:43:22
* @LastEditTime: 2025-06-1
3 15:50:44
* @FilePath: /fangzhen/devls/src/router/index.js
* @FilePath: /fangzhen/devls/src/router/index.js
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
*/
import
Vue
from
"vue"
;
import
Vue
from
"vue"
;
import
VueRouter
from
"vue-router"
;
import
VueRouter
from
"vue-router"
;
Vue
.
use
(
VueRouter
);
Vue
.
use
(
VueRouter
);
const
routes
=
[
const
routes
=
[
...
@@ -28,8 +27,12 @@ const routes = [
...
@@ -28,8 +27,12 @@ const routes = [
{
{
path
:
"/one"
,
path
:
"/one"
,
name
:
"one"
,
name
:
"one"
,
component
:
()
=>
component
:
()
=>
import
(
/* webpackChunkName: "about" */
"../views/one.vue"
),
import
(
/* webpackChunkName: "about" */
"../views/one.vue"
),
},
{
path
:
"/zzz"
,
name
:
"zzz"
,
component
:
()
=>
import
(
/* webpackChunkName: "about" */
"../views/zzz.vue"
),
},
},
];
];
...
...
src/views/login.vue
View file @
085aaf2d
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: 纪泽龙 jizelong@qq.com
* @Author: 纪泽龙 jizelong@qq.com
* @Date: 2025-06-11 09:19:41
* @Date: 2025-06-11 09:19:41
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditTime: 2025-06-1
1 11:42:10
* @LastEditTime: 2025-06-1
3 16:00:16
* @FilePath: /fangzhen/devls/src/views/AboutView.vue
* @FilePath: /fangzhen/devls/src/views/AboutView.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
-->
...
@@ -71,6 +71,7 @@ export default {
...
@@ -71,6 +71,7 @@ export default {
background
:
url("~@/assets/bg.png")
no-repeat
;
background
:
url("~@/assets/bg.png")
no-repeat
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding-top
:
263px
;
padding-top
:
263px
;
justify-content
:
space-around
;
.t
{
.t
{
width
:
395px
;
width
:
395px
;
height
:
72px
;
height
:
72px
;
...
@@ -82,15 +83,17 @@ export default {
...
@@ -82,15 +83,17 @@ export default {
.l
{
.l
{
width
:
761px
;
width
:
761px
;
height
:
496px
;
height
:
496px
;
background
:
url("~@/assets/loginLeft.png")
no-repeat
;
background
:
url("~@/assets/loginLeft.png")
no-repeat
;
margin-left
:
263px
;
background-size
:
100%
;
margin-left
:
200px
;
margin-top
:
50px
;
margin-top
:
50px
;
margin-right
:
1
7
0px
;
margin-right
:
1
0
0px
;
}
}
.r
{
.r
{
width
:
466px
;
width
:
466px
;
height
:
556px
;
height
:
556px
;
border-radius
:
8px
;
border-radius
:
8px
;
margin-right
:
100px
;
background
:
#ffffff
;
background
:
#ffffff
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
border
:
1px
solid
#7794f7
;
border
:
1px
solid
#7794f7
;
...
...
src/views/zzz.vue
0 → 100644
View file @
085aaf2d
<!--
* @Author: 纪泽龙 jizelong@qq.com
* @Date: 2025-06-13 15:50:49
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditTime: 2025-06-13 15:54:18
* @FilePath: /devls/src/views/zzz.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<
template
>
<div>
<iframe
src=
"https://duankou.wlphp.com/"
></iframe>
</div>
</
template
>
<
script
>
export
default
{
name
:
''
,
data
()
{
return
{}
},
methods
:
{}
}
</
script
>
<
style
lang=
"scss"
scoped
>
iframe
{
width
:
100vw
;
height
:
100vh
;
position
:absolute
;
top
:
-70px
;
}
</
style
>
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