|
|
@@ -215,7 +215,7 @@ const weixinLogin = async () => {
|
|
|
// 获取redirect参数
|
|
|
const redirectUrl = redirect.value || '/pages/plant/base/index';
|
|
|
// switchTab 页面
|
|
|
- const switchTabs = ['/pages/plant/base/index', '/pages/plant/port/index'];
|
|
|
+ const switchTabs = ['/pages/plant/base/index', '/pages/plant/port/index', '/pages/plant/processing/index', '/pages/plant/more/index'];
|
|
|
if (switchTabs.includes(redirectUrl)) {
|
|
|
uni.$u.route({
|
|
|
type: 'switchTab',
|