许成详 6 gadus atpakaļ
vecāks
revīzija
81a5143093

+ 1
- 1
dist/index.html Parādīt failu

@@ -1 +1 @@
1
-<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=//at.alicdn.com/t/font_775069_dwqa9wy3lkh.css><title>城的空间后台管理系统</title><link href=./static/css/app.ff0e02729d87310579d4fae50c2b29bb.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.992319e39e0ff64940a3.js></script><script type=text/javascript src=./static/js/app.77e7f2bfbe3f1089b6ab.js></script></body></html>
1
+<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=//at.alicdn.com/t/font_775069_dwqa9wy3lkh.css><link rel="shortcut icon" href=favorite.ico><title>城的空间后台管理系统</title><link href=./static/css/app.731b74a5c538095590399406a7bd57fb.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.992319e39e0ff64940a3.js></script><script type=text/javascript src=./static/js/app.f0a04e2332009ff462ca.js></script></body></html>

+ 1
- 1
src/pages/system/cmsManager/majorProjects/edit.vue Parādīt failu

@@ -361,7 +361,7 @@ export default {
361 361
       this.GetCaseInfo({ id: this.id })
362 362
     },
363 363
     getCourse () {
364
-      this.GetCourseList({ caseid: this.CaseId === 'all' ? '' : this.CaseId, ...this.postData, callback: this.coursesShow }).then((res) => {
364
+      this.GetCourseList({ caseid: this.CaseId === 'all' ? '' : this.CaseId, ...this.postData }).then((res) => {
365 365
         this.postData.page = res.page
366 366
         this.total = res.pagenum
367 367
       })

+ 2
- 2
src/pages/system/dashboard/index.vue Parādīt failu

@@ -179,7 +179,7 @@ export default {
179 179
             this.pageData[n].push(res[n][a])
180 180
           }
181 181
         }
182
-        console.log(JSON.stringify(this.pageData))
182
+        // console.log(JSON.stringify(this.pageData))
183 183
       })
184 184
     },
185 185
     getBottomData (id, type) {
@@ -199,7 +199,7 @@ export default {
199 199
             }
200 200
           })
201 201
         }
202
-        console.log(JSON.stringify(this.bottomData))
202
+        // console.log(JSON.stringify(this.bottomData))
203 203
       })
204 204
     },
205 205
   }

+ 1
- 1
src/pages/system/index.vue Parādīt failu

@@ -80,10 +80,10 @@ export default {
80 80
   },
81 81
   created () {
82 82
     this.updateSystemInfo().then(() => {
83
-      this.updateBread({ routerData, Url: this.$route.name })
84 83
       if (!this.pageMenu.length) {
85 84
         this.$router.push({name: 'noAccessRight'})
86 85
       }
86
+      this.updateBread({ routerData, Url: this.$route.name })
87 87
     })
88 88
   },
89 89
   methods: {

+ 1
- 1
src/pages/system/noAccessRight/index.vue Parādīt failu

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
   <div class="mainPage flex-v">
3
-    <h1 class="centerLabel">暂无菜单权限</h1>
3
+    <h1 class="centerLabel">暂无权限</h1>
4 4
   </div>
5 5
 </template>
6 6