소스 검색

temp save

liujq 4 년 전
부모
커밋
a4b38d583a

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-59f57e8c.31bb08e7.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.fd388352.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-2c68db8f.d648a80e.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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) {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.