首页重命名bug fix
This commit is contained in:
parent
e5eafc4cdb
commit
a30e24b7fe
|
|
@ -41,7 +41,7 @@ export default {
|
|||
// 返回首页
|
||||
back() {
|
||||
uni.navigateTo({
|
||||
url: `/pages/nearbystores/index`,
|
||||
url: `/pages/index/index`,
|
||||
});
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ export default {
|
|||
// 返回首页
|
||||
handleReturnHome() {
|
||||
uni.reLaunch({
|
||||
url: "/pages/nearbystores/index",
|
||||
url: "/pages/index/index",
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ export const PAGE_ROUTES = {
|
|||
|
||||
// 其他页面
|
||||
LOGIN: "/pages/login/login",
|
||||
INDEX: "/pages/nearbystores/index",
|
||||
INDEX: "/pages/index/index",
|
||||
MY: "/pages/my/my",
|
||||
MY_ORDER: "/pages/myorder/index",
|
||||
MY_ORDER_RETURNED: "/pages/myorder/returned/index",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user