Commit 910026e2 authored by qjeslks's avatar qjeslks
parents 95666c58 3ca06662
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"
...@@ -252,8 +252,6 @@ async function fetchClientIp() { ...@@ -252,8 +252,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