Browse Source

temp save

liujq 4 years ago
parent
commit
a4b38d583a

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-59f57e8c.31bb08e7.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.fd388352.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-2c68db8f.d648a80e.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-59f57e8c.3d808f30.js


+ 1 - 1
src/router/index.js

@@ -38,7 +38,7 @@ export let moreRoutes = [
     redirect: '/base/dict',
     name: 'Base',
     alwaysShow: true,
-    meta: { title: '基础数据', icon: 'dashboard' },
+    meta: { title: '系统配置', icon: 'dashboard' },
     children: [
       {
         path: 'dict',

+ 1 - 1
src/views/news/index.vue

@@ -115,7 +115,7 @@ export default {
       }, null, true)
     },
     openPopup(row) {
-      if (row.news_type === 'adminadd') {
+      if (row && row.news_type === 'adminadd') {
         this.openIESPopup(row)
       } else {
         if (row && row.id) {

Some files were not shown because too many files changed in this diff