Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
holo-web
Project
Project
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
xinkong
holo-web
Commits
8948f2a3
Commit
8948f2a3
authored
Apr 09, 2025
by
txy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉图标
parent
6cba1d4d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
index.vue
login/src/components/navigator/index.vue
+1
-1
index.vue
login/src/views/login/index.vue
+1
-1
vue.config.js
login/vue.config.js
+2
-0
No files found.
login/src/components/navigator/index.vue
View file @
8948f2a3
...
...
@@ -2,7 +2,7 @@
<div
class=
"bp-management-navigator"
>
<!-- 左部logo 标题 -->
<div
class=
"logo"
>
<
img
src=
"./img/logo.png"
/
>
<
!--
<img
src=
"./img/logo.png"
/>
--
>
<span>
{{
title
}}
</span>
</div>
<!-- 中部 -->
...
...
login/src/views/login/index.vue
View file @
8948f2a3
...
...
@@ -4,7 +4,7 @@
<img
class=
"bg"
src=
"@/assets/images/login/bg.png"
/>
<div
class=
"login"
>
<div
class=
"loginBox"
>
<
img
class=
"logo"
src=
"@/assets/images/login/logo.png"
/
>
<
!--
<img
class=
"logo"
src=
"@/assets/images/login/logo.png"
/>
--
>
<div
class=
"wel"
>
城市交通精细化治理管控平台
</div>
<div
class=
"loginForm"
>
<div
class=
"input-group"
>
...
...
login/vue.config.js
View file @
8948f2a3
...
...
@@ -10,9 +10,11 @@ const proxy = {
// target: 'http://10.102.1.182:9000',
// target: 'http://10.102.1.182:9100',
target
:
'
http://106.120.201.126:14724
'
,
// target:'http://37.12.182.29:9000'
},
'
/cdn
'
:
{
target
:
'
http://127.0.0.1:3000
'
,
// target: 'http://37.12.182.29:9000'
},
}
...
...
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