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