From 9ab6b38c098f857f2ce0772693142c930e4f9b6d Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期六, 30 三月 2024 10:44:03 +0800
Subject: [PATCH] #

---
 pages/api/common/common.js |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/pages/api/common/common.js b/pages/api/common/common.js
index 7133231..4b3f3b1 100644
--- a/pages/api/common/common.js
+++ b/pages/api/common/common.js
@@ -1,11 +1,5 @@
 import md5 from '@/static/js/md5.js'
 
-let network = uni.getStorageSync('Network')
-let baseUrl = ''
-if (network) {
-	baseUrl = `http://${network[0].ip}:${network[0].port}/${network[0].address}`
-}
-console.log(network);
 async function onLogin(user) {
 	let _this = this,
 		item = {};

--
Gitblit v1.9.1