diff --git a/enum/common.js b/enum/common.js index 0a60498..10554f5 100644 --- a/enum/common.js +++ b/enum/common.js @@ -4,7 +4,9 @@ export const CommonEnum = { RIGHT_CHEVRON:"https://api.ccttiot.com/image-1753773619878.png", //右箭头 BACK_BUTTON:"https://api.ccttiot.com/image-1753868358514.png", //导航栏返回按钮 BASE_COLOR:"#FAF8F3", //基调颜色 - SEARCH: "https://api.ccttiot.com/image-1753769500465.png" //通用搜索图标 + SEARCH: "https://api.ccttiot.com/image-1753769500465.png", //通用搜索图标 + TILE: "https://api.ccttiot.com/image-1753750309203.png", //瓦片图片 + FILTER: "https://api.ccttiot.com/image-1753954149098.png" //筛选图标 }; export default CommonEnum; \ No newline at end of file diff --git a/pages/basePage/basePage.vue b/pages/basePage/basePage.vue index 99fd5aa..69c5b4f 100644 --- a/pages/basePage/basePage.vue +++ b/pages/basePage/basePage.vue @@ -1,7 +1,7 @@