Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
海康威视
web-project
Commits
910026e2
Commit
910026e2
authored
Jul 15, 2024
by
qjeslks
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitee.com/tj-wang-yahui/AMS_HeatSys_Vue_V10
parents
95666c58
3ca06662
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
config.js
public/config.js
+4
-4
login.vue
src/views/login/login.vue
+0
-2
No files found.
public/config.js
View file @
910026e2
export
const
ExternalSERVEICE
=
'http://218.69.97.198:8001'
//
export const ExternalSERVEICE='http://218.69.97.198:8001'
export
const
WithinSERVEICE
=
'http://192.168.1.252:8001'
//
export const WithinSERVEICE='http://192.168.1.252:8001'
//
export const ExternalSERVEICE='http://localhost:5013'
export
const
ExternalSERVEICE
=
'http://localhost:5013'
//
export const WithinSERVEICE='http://localhost:5013'
export
const
WithinSERVEICE
=
'http://localhost:5013'
export
const
CURRLOGO
=
"LOGO_gangyi.png"
export
const
CURRLOGO
=
"LOGO_gangyi.png"
src/views/login/login.vue
View file @
910026e2
...
@@ -253,8 +253,6 @@ async function fetchClientIp() {
...
@@ -253,8 +253,6 @@ async function fetchClientIp() {
}
}
}
}
//fetchClientIp();
async
function
getPicture
()
{
async
function
getPicture
()
{
try
{
try
{
var
serverIP
=
localStorage
.
getItem
(
"SERVEICE"
);
var
serverIP
=
localStorage
.
getItem
(
"SERVEICE"
);
...
...
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