فهرست منبع

delete unusefull resource

木子李·De 4 سال پیش
والد
کامیت
1379e2a829

BIN
.DS_Store


+ 1 - 1
report-ui/build/webpack.dev.conf.js

@@ -61,7 +61,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
       filename: 'index.html',
       template: 'index.html',
       inject: true,
-      favicon: resolve('favicon.ico'),
+      favicon: resolve('static/favicon.ico'),
       title: 'vue-admin-template'
     })
   ]

+ 1 - 1
report-ui/build/webpack.prod.conf.js

@@ -60,7 +60,7 @@ const webpackConfig = merge(baseWebpackConfig, {
       filename: config.build.index,
       template: 'index.html',
       inject: true,
-      favicon: resolve('favicon.ico'),
+      favicon: resolve('static/favicon.ico'),
       title: 'vue-admin-template',
       minify: {
         removeComments: true,

BIN
report-ui/favicon.ico


+ 0 - 46
report-ui/src/views/home/index.vue

@@ -1,9 +1,5 @@
 <template>
   <div class="index-container">
-    <!-- <div class="left-top"></div>
-    <div class="left-bottom"></div>
-    <div class="right-top"></div>
-    <div class="right-bottom"></div> -->
     <el-row align="middle" justify="center">
       <el-col :span="24" :offset="0" class="position">
         <div class="center"></div>
@@ -54,48 +50,6 @@ export default {
     position: absolute;
     top: 67px;
   }
-  .left-top,
-  .left-bottom,
-  .right-top,
-  .right-bottom {
-    position: absolute;
-  }
-  .left-top {
-    left: 0;
-    top: 0;
-    z-index: 1;
-    width: 223px;
-    height: 291px;
-    background: url('../../../static/index-top-left.png');
-    background-size: 100% 100%;
-  }
-  .left-bottom {
-    left: 0;
-    bottom: 0;
-    z-index: 2;
-    width: 461px;
-    height: 236px;
-    background: url('../../../static/index-bottom-left.png');
-    background-size: 100% 100%;
-  }
-  .right-top {
-    right: 0;
-    top: 0;
-    z-index: 31;
-    width: 346px;
-    height: 309px;
-    background: url('../../../static/index-top-right.png');
-    background-size: 100% 100%;
-  }
-  .right-bottom {
-    right: 0;
-    bottom: 0;
-    z-index: 4;
-    width: 463px;
-    height: 320px;
-    background: url('../../../static/index-bottom-right.png');
-    background-size: 100% 100%;
-  }
   .center {
     width: 100%;
     height: 93vh;

BIN
report-ui/static/__MACOSX/._背景 2.mp4


BIN
report-ui/static/es.png


BIN
report-ui/static/favicon-aj.ico


BIN
report-ui/static/favicon.ico


BIN
report-ui/static/htlogo.png


BIN
report-ui/static/index-bottom-left.png


BIN
report-ui/static/index-bottom-right.png


BIN
report-ui/static/index-top-left.png


BIN
report-ui/static/index-top-right.png