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
8193c304
Commit
8193c304
authored
Jul 15, 2024
by
王亚晖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改登录
parent
3d54c506
Changes
2
Hide 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 @
8193c304
export
const
ExternalSERVEICE
=
'http://218.69.97.198:8001'
export
const
WithinSERVEICE
=
'http://192.168.1.252:8001'
//
export const ExternalSERVEICE='http://localhost:5013'
//
export const WithinSERVEICE='http://localhost:5013'
//
export const ExternalSERVEICE='http://218.69.97.198:8001'
//
export const WithinSERVEICE='http://192.168.1.252:8001'
export
const
ExternalSERVEICE
=
'http://localhost:5013'
export
const
WithinSERVEICE
=
'http://localhost:5013'
export
const
CURRLOGO
=
"LOGO_gangyi.png"
src/views/login/login.vue
View file @
8193c304
...
...
@@ -247,8 +247,6 @@ async function fetchClientIp() {
console
.
error
(
'Error fetching client IP:'
,
error
);
}
}
//fetchClientIp();
async
function
getPicture
()
{
try
{
...
...
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