|
@@ -271,12 +271,14 @@ setTimeout(() => {
|
|
|
watch(translateLength, (v) => {
|
|
|
menuEl.value.scrollLeft = v
|
|
|
})
|
|
|
-
|
|
|
+const newConfigExcel = configExcel['画作'].filter((item) => {
|
|
|
+ return item['标题'] !== '竹禽图卷' && item['标题'] !== '桃竹双凫图'
|
|
|
+})
|
|
|
const menuInfo = {}
|
|
|
-const temp = configExcel['画作'].map((item) => {
|
|
|
+const temp = newConfigExcel.map((item) => {
|
|
|
return item['朝代']
|
|
|
})
|
|
|
-for (const painting of configExcel['画作']) {
|
|
|
+for (const painting of newConfigExcel) {
|
|
|
if (!menuInfo[painting['朝代']]) {
|
|
|
menuInfo[painting['朝代']] = []
|
|
|
}
|