Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
device-new-platform
Commits
ce2494de
Commit
ce2494de
authored
Nov 02, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
8af3a9f7
fefc92f1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
32 deletions
+34
-32
device-manager-ui/admin/src/components/Header.vue
device-manager-ui/admin/src/components/Header.vue
+2
-5
device-manager-ui/admin/vue.config.js
device-manager-ui/admin/vue.config.js
+32
-27
No files found.
device-manager-ui/admin/src/components/Header.vue
View file @
ce2494de
...
...
@@ -10,9 +10,7 @@
</i>
-->
<img
class=
"logo"
:src=
"
sysLogo ? api + sysLogo : require('../assets/images/logo2.png')
"
:src=
"sysLogo ? sysLogo : require('../assets/images/logo2.png')"
/>
<h1
class=
"title"
>
{{
sysName
?
sysName
:
systemName
}}
...
...
@@ -102,7 +100,6 @@ export default {
},
data
()
{
return
{
api
:
process
.
env
.
VUE_APP_API_IMG_URL
,
systemName
:
process
.
env
.
VUE_APP_sysName
,
showMobileMenu
:
false
,
};
...
...
@@ -242,7 +239,7 @@ export default {
margin: auto;
}
.logo {
width
: 32px;
height
: 32px;
margin-right: 10px;
}
}
...
...
device-manager-ui/admin/vue.config.js
View file @
ce2494de
module
.
exports
=
{
productionSourceMap
:
false
,
assetsDir
:
'
s
'
,
assetsDir
:
"
s
"
,
configureWebpack
:
{
externals
:
{
vue
:
"
Vue
"
,
vuex
:
"
Vuex
"
,
"
vue-router
"
:
"
VueRouter
"
,
"
element-ui
"
:
"
ELEMENT
"
"
element-ui
"
:
"
ELEMENT
"
,
},
},
lintOnSave
:
false
,
lintOnSave
:
false
,
devServer
:
{
inline
:
true
,
disableHostCheck
:
true
,
port
:
8085
,
hot
:
true
,
//自动保存
hot
:
true
,
//自动保存
proxy
:
{
'
/m
'
:
{
target
:
'
http://192.168.0.98:11078
'
,
"
/m
"
:
{
target
:
"
http://192.168.0.98:11078
"
,
//target: 'http://127.0.0.1:18222',
changeOrigin
:
true
,
secure
:
false
,
cookieDomainRewrite
:
'
plm.testnew.com
'
,
}
}
}
}
cookieDomainRewrite
:
"
plm.testnew.com
"
,
},
"
/file
"
:
{
target
:
"
http://192.168.0.98:11078
"
,
//target: 'http://127.0.0.1:18222',
changeOrigin
:
true
,
},
},
},
};
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