Commit 8193c304 authored by 王亚晖's avatar 王亚晖

修改登录

parent 3d54c506
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"
...@@ -247,8 +247,6 @@ async function fetchClientIp() { ...@@ -247,8 +247,6 @@ async function fetchClientIp() {
console.error('Error fetching client IP:', error); console.error('Error fetching client IP:', error);
} }
} }
//fetchClientIp();
async function getPicture() { async function getPicture() {
try{ try{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment