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
7d8e9eee
Commit
7d8e9eee
authored
Jan 31, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改设备激活
parent
5fcf09cb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
device-manager-ui/admin/.env.test
device-manager-ui/admin/.env.test
+1
-1
device-manager-ui/admin/.env.yibin
device-manager-ui/admin/.env.yibin
+1
-1
device-manager-ui/admin/src/components/HeaderSite.vue
device-manager-ui/admin/src/components/HeaderSite.vue
+3
-0
No files found.
device-manager-ui/admin/.env.test
View file @
7d8e9eee
...
...
@@ -12,4 +12,4 @@ VUE_APP_PORTAL_URL =/portal_home
# 站点请求地址
VUE_APP_SITETREE_URL
=
http
://
192.168
.
0.98
:
110
78
/
basics_api
/
base
/
site
/
siteTree
VUE_APP_SITETREE_URL
=
http
://
192.168
.
0.98
:
110
91
/
basics_api
/
base
/
site
/
siteTree
device-manager-ui/admin/.env.yibin
View file @
7d8e9eee
...
...
@@ -12,4 +12,4 @@ VUE_APP_PORTAL_URL = /portal_home
# 站点请求地址
VUE_APP_SITETREE_URL = http://1
92.168.5.114
:11078/base/site/siteTree
VUE_APP_SITETREE_URL = http://1
0.12.185.213
:11078/base/site/siteTree
device-manager-ui/admin/src/components/HeaderSite.vue
View file @
7d8e9eee
...
...
@@ -111,6 +111,9 @@ export default {
process
.
env
.
VUE_APP_SITETREE_URL
==
"
undefined
"
?
"
http://192.168.0.98:11078/base/site/siteTree
"
:
process
.
env
.
VUE_APP_SITETREE_URL
;
this
.
$get
(
url
).
then
((
res
)
=>
{
const
{
siteTree
}
=
res
.
data
;
this
.
sitelist
=
siteTree
;
...
...
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