未来规划的添加
This commit is contained in:
parent
f34035aebd
commit
9a0adde3b2
|
|
@ -15,6 +15,7 @@ export const NearbyImageEnum = {
|
||||||
MONK: "https://api.ccttiot.com/image-1753687164375.png", // 寺庙高僧
|
MONK: "https://api.ccttiot.com/image-1753687164375.png", // 寺庙高僧
|
||||||
ACTIVITY: "https://api.ccttiot.com/image-1753691910959.png", // 活动预告
|
ACTIVITY: "https://api.ccttiot.com/image-1753691910959.png", // 活动预告
|
||||||
NEW:'https://api.ccttiot.com/image-1753691974607.png',//新闻动态
|
NEW:'https://api.ccttiot.com/image-1753691974607.png',//新闻动态
|
||||||
|
FUTURE:"https://api.ccttiot.com/image-1753854286566.png",//未来规划
|
||||||
|
|
||||||
// ... 继续补充
|
// ... 继续补充
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,14 @@
|
||||||
DYNAMICS
|
DYNAMICS
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="li">
|
<view class="li" @click="navigateToPage('future')">
|
||||||
|
<image :src="NearbyImageEnum().FUTURE" mode=""></image>
|
||||||
|
<view class="da">
|
||||||
|
未来规划
|
||||||
|
</view>
|
||||||
|
<view class="xiao">
|
||||||
|
FUTURE PLANNING
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="li">
|
<view class="li">
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ export const PAGE_ROUTES = {
|
||||||
// 待开发页面
|
// 待开发页面
|
||||||
ACTIVITY: '/pages/activity/activity',
|
ACTIVITY: '/pages/activity/activity',
|
||||||
NEWS: '/pages/news/news',
|
NEWS: '/pages/news/news',
|
||||||
|
FUTURE: '/pages/future/future',
|
||||||
ABBOT: '/pages/abbot/abbot',
|
ABBOT: '/pages/abbot/abbot',
|
||||||
ANCIENT: '/pages/ancient/ancient',
|
ANCIENT: '/pages/ancient/ancient',
|
||||||
|
|
||||||
|
|
@ -31,6 +32,7 @@ export const PAGE_TYPE_MAP = {
|
||||||
'institutionalStructure': PAGE_ROUTES.INSTITUTIONAL_STRUCTURE,
|
'institutionalStructure': PAGE_ROUTES.INSTITUTIONAL_STRUCTURE,
|
||||||
'activity': PAGE_ROUTES.ACTIVITY,
|
'activity': PAGE_ROUTES.ACTIVITY,
|
||||||
'news': PAGE_ROUTES.NEWS,
|
'news': PAGE_ROUTES.NEWS,
|
||||||
|
'future': PAGE_ROUTES.FUTURE,
|
||||||
'abbot': PAGE_ROUTES.ABBOT,
|
'abbot': PAGE_ROUTES.ABBOT,
|
||||||
'ancient': PAGE_ROUTES.ANCIENT,
|
'ancient': PAGE_ROUTES.ANCIENT,
|
||||||
'index': PAGE_ROUTES.INDEX,
|
'index': PAGE_ROUTES.INDEX,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user