From 30b4cad9cd5d5a703020658790fe36d62da3a18e Mon Sep 17 00:00:00 2001 From: yaolonglong <yaolonglong15@163.com> Date: 星期四, 09 十月 2025 17:47:59 +0800 Subject: [PATCH] 修改IP地址 --- common/http.interceptor.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 9099a99..70954ca 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -67,7 +67,7 @@ mask: true }) setTimeout(() => { - uni.navigateTo({ + uni.reLaunch({ url: '/pages/index/index' }) }, 900) -- Gitblit v1.9.1