Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f5167a3e
authored
2025-08-04 14:10:15 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
首页
1 parent
be9dc910
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
3 deletions
src/layoutPc/components/AppHeader.vue
src/viewsPc/login.vue
src/viewsPc/match/components/affix-invitation.vue
src/viewsPc/register/components/utype3.vue
vite.config.js
src/layoutPc/components/AppHeader.vue
View file @
f5167a3
...
...
@@ -487,6 +487,13 @@ function getCode() {
}
}
@media
(
max-width
:
750px
)
{
.topNav
.logo
{
margin-left
:
0
;
height
:
40px
;
}
}
.active
{
color
:
#fff
;
border-bottom
:
2px
solid
#fff
;
...
...
src/viewsPc/login.vue
View file @
f5167a3
This diff is collapsed.
Click to expand it.
src/viewsPc/match/components/affix-invitation.vue
View file @
f5167a3
...
...
@@ -3,6 +3,7 @@
v-model=
"show"
:close-on-click-modal=
"false"
:title=
"title"
append-to-body
center
class=
"pcloginpop"
close-icon=
"CircleClose"
destroy-on-close
style=
"min-width: 350px;"
>
<div
class=
"boxInvitation"
>
...
...
src/viewsPc/register/components/utype3.vue
View file @
f5167a3
<
template
>
<el-dialog
v-model=
"show"
:append-to-body=
"true"
:title=
"language==0?'注册':'Login'"
center
close-icon=
"CircleClose"
destroy-on-close
width=
"480
"
@
close=
"close"
>
center
close-icon=
"CircleClose"
destroy-on-close
style=
"min-width: 350px;max-width: 480px
"
@
close=
"close"
>
<div>
<el-form
:label-position=
"language==0?'right':'top'"
:label-width=
"language==0?80:150"
class=
"d-form"
size=
"large"
style=
"max-width: 500px;margin: auto"
>
...
...
vite.config.js
View file @
f5167a3
...
...
@@ -83,9 +83,9 @@ export default defineConfig(({mode, command}) => {
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-webSite/
,
''
)
},
'/dev-api'
:
{
//
target: 'http://192.168.1.118:8082/',
target
:
'http://192.168.1.118:8082/'
,
// target: 'http://192.168.1.131:8081/',
target
:
'https://tk005.wxjylt.com/stage-api'
,
//
target: 'https://tk005.wxjylt.com/stage-api',
// target: 'http://124.70.181.90:1880/stage-api',
// target: 'https://sys.2025wtcwuxi.com/stage-api/',
changeOrigin
:
true
,
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment