1 Star 0 Fork 0

miaoxin/lxs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
urlmap.js 2.29 KB
一键复制 编辑 原始数据 按行查看 历史
miaoxin 提交于 2024-06-28 10:23 . 1
//小程序的账号:158746739@qq.com
//密码:Szyhwhy8866
var urlmap = {
"README": {
"intro": "README 为此文件的格式说明,不会显示在小程序的链接组件中",
"url": "页面地址,如 /pages/index",
"name": "页面名称,如首页",
"isnav": "值为 true 或 false,当为 false 时,不会显示在小程序的链接组件中,为什么需要这样?因为产品详情页等,不应该出现在链接组件中,但系统又需要有相应的配置才能正常工作"
},
"guideTabIndex": {
"url": "/pages/guide/index",
"name": "导游导览",
"chanel": "guideTabIndex"
},
"SearchIndex": {
"url": "/pscenic/pages/search/index",
"name": "搜索",
"chanel": "SearchIndex"
},
"StrategyIndex": {
"url": "/pscenic/pages/strategy/index",
"name": "游玩攻略",
"chanel": "StrategyIndex"
},
"activeIndex": {
"url": "/pscenic/pages/active/index?id=$id",
"name": "活动动态",
"chanel": "activeIndex"
},
"activeDetail": {
"url": "/pscenic/pages/active/detail?id=$id",
"name": "活动动态详情",
"chanel": "activeDetail"
},
"NewsIndex": {
"url": "/pscenic/pages/news/index?id=$id",
"name": "景区动态",
"chanel": "NewsIndex"
},
"NewsDetail": {
"url": "/pscenic/pages/news/detail?id=$id",
"name": "景区动态详情",
"chanel": "NewsDetail"
},
"ScenicIndex": {
"url": "/pscenic/pages/scenic/index",
"name": "景区",
"chanel": "ScenicIndex"
},
"ScenicDetails": {
"url": "/pscenic/pages/scenic/details?id=$id",
"name": "景点",
"chanel": "ScenicDetails"
},
"PoilistList": {
"url": "/pscenic/pages/poilist/index",
"name": "景点列表",
"chanel": "PoilistList"
},
"NoticeDetail": {
"url": "/pscenic/pages/notice/detail?id=$id",
"name": "公告详情",
"chanel": "NoticeDetail"
},
"Feedback": {
"url": "/pages/mycenter/feedback/index",
"name": "意见反馈"
},
"CollectionBrowse": {
"url": "/pscenic/pages/collectionBrowse/index?type=$id",
"name": "收藏/浏览"
},
"PersonalIndex": {
"url": "/pages/mycenter/personal/index",
"name": "个人信息"
},
"MpLogin": {
"url": "/pages/mycenter/mp-login/index",
"name": "登录"
},
"webview": {
"url": "/pcom/pages/webview/webview",
"name": "webview",
"chanel": "webview"
},
};
try {
module.exports = urlmap;
} catch (e) {}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/miao852265816/lxs.git
git@gitee.com:miao852265816/lxs.git
miao852265816
lxs
lxs
main

搜索帮助