bug修复

This commit is contained in:
francis_fh
2025-12-08 21:20:33 +08:00
parent bc48d7fff0
commit 16d1e50c85
4 changed files with 28 additions and 6 deletions

View File

@@ -193,7 +193,8 @@ const handleLogin = async () => {
title: '登录成功',
icon: 'success'
})
window.location.assign('http://222.80.110.161:11111/mechine-dual-vue/login')
// window.location.assign('http://222.80.110.161:11111/mechine-dual-vue/login')
window.location.assign('http://222.80.110.161:11111/mechine-single-vue/login')
// // 跳转到首页
// uni.reLaunch({
// url: '/pages/index/index'