瀏覽代碼

feat: 隐藏暑假公告

chenlei 1 周之前
父節點
當前提交
7a14ac887a
共有 3 個文件被更改,包括 125 次插入10 次删除
  1. 5 5
      web/src/App.vue
  2. 115 0
      web/src/views/Exhibitions/name.js
  3. 5 5
      webM/src/App.vue

+ 5 - 5
web/src/App.vue

@@ -1,6 +1,6 @@
 <template>
   <div id="app">
-    <NoticeDialog :show.sync="noticeVisible" />
+    <!-- <NoticeDialog :show.sync="noticeVisible" /> -->
 
     <Router-view />
   </div>
@@ -8,7 +8,7 @@
 
 
 <script>
-import NoticeDialog from './components/NoticeDialog/index.vue';
+// import NoticeDialog from './components/NoticeDialog/index.vue';
 
 const NOTICE_KEY = 'notice1'
 
@@ -18,9 +18,9 @@ export default {
       noticeVisible: false
     }
   },
-  components: {
-    NoticeDialog
-  },
+  // components: {
+  //   NoticeDialog
+  // },
   created() {
     // 移动端和pc端的切换
     if (

+ 115 - 0
web/src/views/Exhibitions/name.js

@@ -1374,4 +1374,119 @@ export const nameSet = [
       'Head of Alexander'
     ],
   },
+  {
+    id: 68, //峇峇娘惹文化展
+    arr: [
+      'Sireh set',
+      'Portrait of Mr Tan Beng Wan',
+      'Portrait of Mr Tan Beng Wan',
+      'Chair',
+      'Chair',
+      'Table',
+      'Indian Trade Cloth',
+      'Purple Hokokai',
+      'Kebaya',
+      'Embroidered Kebaya',
+      'Gold Oval Belt Buckle',
+      'Silver-Gilt Guanyin Amulet ',
+      'Dish',
+      'Black lacquer with gold-painted landscape patterned offering set (Chien-nab)',
+      'Nanmu Painted and Gilded Statue of Guan Gong',
+      'Altar Cloth ',
+      '"Famille Rose Double Phoenix Wedding Basin"',
+      'Famille-Rose Chupu with Phoenix and Peony Motifs',
+      'Famille-Rose Phoenix and Peony Motif Covered Bowl',
+      'Beaded Bird and Animal Motif Decorative Cloth',
+      'Embroidered belt purse (o pau)',
+      "Men's Slippers",
+      'Silver and pearl mourning Brooch',
+      'Tile'
+    ],
+  },
+  {
+    id: 58, //北京中轴线
+    arr: [
+      'Jade pendant in the shape of a coiling dragon',
+      'Jade trident',
+      'Clay drum',
+      'Chinese sundial',
+      'Oracle bone with characters “Cheng Zhou”',
+      'Roof tile end with pattern of black tortoise',
+      'Roof tile end with pattern of vermilion bird',
+      'Roof tile end with pattern of azure dragon',
+      'Roof tile end with pattern of white tiger',
+      'Grey limestone chi-dragon head',
+      'Silver talismanic box from the ridge of the Zhengyang Gate',
+      'Stone plaque of Yongding Gate'
+    ],
+  },
+  {
+    id: 66, // 齐白石展
+    arr: [
+      'Ink Plum Blossom',
+      'Diary of the Jiwei Year',
+      'Essence of Ink',
+      'Cottage Admist Banana Trees',
+      'Grapes and Rooster',
+      'Green Beans and Crickets',
+      'Seal Script Twelve Zodiac Signs',
+      'Autumn Harvest',
+      'Pines and Eagle',
+      'The Peach Blossom Spring',
+      'Watching You Crawl, When Will It Ever End',
+      'Note',
+      'Note',
+      'Rubbing of Chen Tuan’s Calligraphy',
+      'Searching for the Ancient',
+      'Couplets Celebrating Qi Baishi’s Ninetieth Birthday',
+      'Landscape',
+      'Seal of “Men Ren Ban Zhi Ji (Disciples are Half Friends)”',
+      'Taoran Pavillion (Joyful Pavillion)',
+      'The Hall of Shuangzhao',
+      'Buffalo in Light Rain',
+      'Shu Qingchun’s Letter Asking for a Themed Painting',
+      'Floral Sprigs',
+      'Peony',
+      'Pines, Crane and Dawn',
+      'Welcoming the First Constitution of the Chinese People',
+      "Qi Baishi's International Peace Prize Certificate"
+    ],
+  },
+  {
+    id: 64, // 希腊展
+    arr: [
+      '“Frying Pan” Vessel (2800-2300 BC)',
+      'Head of Homer(Mid-2nd century AD, Roman copy of a Greek original of approximately 300 BC)',
+      'Head of Goddess Athena(2nd century AD)',
+      'Statue of a Votive Kore (520-510 BC)',
+      'Kleroterion(162-161 BC)',
+      'Grave Stele(C.400 BC)',
+      'Copy of the Gold “Mask of Agamemnon” (the date of original one is second half of 16th century BC)',
+      'Myrtle wreath(350-325 BC)',
+      'Head of Alexander (2nd century AD)'
+    ],
+  }, 
+  {
+    id: 57, // 山河日新大纲
+    arr: [
+      '1-Painting Red Flags Stream in the Wind in a Blaze of Glory',
+	  '2-Painting No Winter For the Daqing Workers',
+	  '3-Painting Happy Harvest by Huang Zhou',
+	  '4-Painting The Flaming Azaleas of the Jinggang Mountain by Wang Jinyuan',
+	  '5-Painting Zhushachong Sentry of the Jinggang Mountain',
+	  '6-Painting With Cold Iron-chain Bridge River Dadu is Spanned',
+	  '7-Painting March Toward the Nature',
+	  '8-Painting Mechanics',
+	  '9-Painting Work as One to Remove the Moutains and Create the Seas by Various Artists',
+	  '10-Painting Hero Competition in the Radio',
+	  "11-Painting People's Representitive by Jiang Yan",
+	  '12-Painting Spring Shower',
+	  '13-Painting Tramp Over the Hills and Dales for the People by Pan Jiezi',
+	  '14-Landscape Painting Celebrating the 40th Anniversery of the October Revolution by Liang Shunian',
+	  '15-Painting A Strong Sense of Spring in Beijing by Mo Xiaosong',
+	  '16-Painting Beijing South Railway Station in Construction by Zhang Renzhi',
+	  '17-Painting Going to the Fairs in Songkran Festival by Qi Ming',
+	  '18-Painting Warm Sun in Autumn'
+    ],
+  }
 ];

+ 5 - 5
webM/src/App.vue

@@ -1,6 +1,6 @@
 <template>
   <div id="app">
-    <NoticeDialog :show.sync="noticeVisible" />
+    <!-- <NoticeDialog :show.sync="noticeVisible" /> -->
 
     <Router-view />
   </div>
@@ -8,7 +8,7 @@
 
 
 <script>
-import NoticeDialog from './components/NoticeDialog/index.vue';
+// import NoticeDialog from './components/NoticeDialog/index.vue';
 
 const NOTICE_KEY = 'notice1'
 
@@ -18,9 +18,9 @@ export default {
       noticeVisible: false
     }
   },
-  components: {
-    NoticeDialog
-  },
+  // components: {
+  //   NoticeDialog
+  // },
   created() {
     // 移动端和pc端的切换
     if (