From cb5354ffdce249a49213a0430316e607c6002da7 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 28 三月 2024 13:53:05 +0800 Subject: [PATCH] Merge branch 'demo' of http://47.97.1.152:5880/r/wms_app into demo --- 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