From 367020fc8817df34968077e5ad09d8bf313c6842 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 16 Jan 2025 09:12:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E9=A1=B5=E9=9D=A2=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/newEnroll/index.js | 2 +- project.private.config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/newEnroll/index.js b/pages/newEnroll/index.js index 3ad7a6a..3f18c24 100644 --- a/pages/newEnroll/index.js +++ b/pages/newEnroll/index.js @@ -382,7 +382,7 @@ Page({ if (res.data.status == 200) { wx.hideLoading(); wx.switchTab({ - url: "/pages/workBench/index", + url: "/pages/firstBill/index", }); wx.showToast({ duration: 2000, diff --git a/project.private.config.json b/project.private.config.json index 9a9f23e..bb6a46c 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -164,7 +164,7 @@ }, { "name": "报名", - "pathName": "pages/workBench/index", + "pathName": "pages/firstBill/index", "query": "", "launchMode": "default", "scene": null