seam 7 éve
szülő
commit
e61d4c777e

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
www/webapp/housekeeping/home/static/css/app.css


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
www/webapp/housekeeping/home/static/js/app.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
www/webapp/housekeeping/home/static/js/app.js.map


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
www/webapp/housekeeping/home/static/js/manifest.js.map


+ 2 - 3
www/webapp/housekeeping/src/components/Home.vue

@@ -60,11 +60,10 @@
       }
     },
     created() {
-//      console.log(config)
       init();
       // 用户是否为管理员
-      if (config.user_id === '57e238929f5160d6048b456d') {
-//        this.$router.push({path: '/managementList'});
+      if (config.user_id === '57e238929f5160d6048b456d' || config.user_id === '57e38f1b9f5160ac048b457d') {
+        this.$router.push({path: '/managementList'});
       }
       function init() {
         setTimeout(function () {

+ 1 - 1
www/webapp/housekeeping/src/components/management/edit.vue

@@ -234,7 +234,7 @@
         margin-right: 20px;
       }
       & > span:nth-child(2) {
-        width: 70%;
+        width: 50%;
         display: inline-block;
       }
     }

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott