export default class PagePath { static readonly home: string = '/pages/home/home' static readonly webBrowser: string = '/pagesLazy/app/webBrowser' static readonly homeH5: string = '/' static readonly share: string = '/pages/share/share' static readonly faceValueInfo: string = '/pages/match/faceValueInfo' // 不明白这个页面干嘛的 static readonly messageSetting: string = '/pages/user/messageSetting' //金币充值界面 static readonly coin: string = '/pagesLazy/user/coin' static readonly coinRecord: string = '/pagesLazy/user/coinRecord' static readonly loveValue: string = '/pages/user/loveValue' }