master
wangxinglong 2022-07-15 10:19:15 +08:00
parent 5a75ad4bc0
commit c3406befd3
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ class Config extends Base
// 小程序消息中心
public const MINI_PATH_MESSAGE_CENTER = 'pagesB/messagecenter/messagecenter';
// 商品详情
public const MINI_PATH_SPU_INFO = 'pagesB/shopDetail/shopDetail';
public const MINI_PATH_SPU_INFO = 'pagesB/shop-detail/shop-detail';
}