From 62c56fc8fee82b73f8fffd91f828ccea21d29e60 Mon Sep 17 00:00:00 2001
From: landjj321 <landjj321@126.com>
Date: Thu, 25 Mar 2021 09:04:07 +0800
Subject: [PATCH] update:中国电影

---
 src/router/index.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 855e29b..d733a9d 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -36,6 +36,11 @@
     component: () => import('@/views/film/film_china'),
     meta: { title: '中国影视' }
   },
+  {
+    path: '/film_world',
+    component: () => import('@/views/film/film_world'),
+    meta: { title: '世界影视' }
+  },
 
   {
     path: '/',

--
Gitblit v1.8.0