zs 1 rok pred
rodič
commit
3dbdda4986
2 zmenil súbory, kde vykonal 2 pridanie a 5 odobranie
  1. BIN
      public/code.png
  2. 2 5
      src/views/home/index.vue

BIN
public/code.png


+ 2 - 5
src/views/home/index.vue

@@ -88,8 +88,8 @@
               </div>
             </el-col>
             <el-col :span="4" class="foot_3 footflex">
-              <el-image class="image" :src="code" fit="fill" />
-              <el-image class="image" :src="code" fit="fill" />
+              <el-image class="image" src="/public/code.png" fit="fill" />
+              <el-image class="image" src="/public/code.png" fit="fill" />
             </el-col>
           </div>
         </el-col>
@@ -137,9 +137,6 @@ import achievement from './components/achievement.vue';
 import demand from './components/demand.vue';
 import service from './components/service.vue';
 import activity from './components/activity.vue';
-
-// 图片引入
-import code from '/src/assets/code.png';
 // 接口
 // import { ToolsStore } from '@/stores/tool';
 // import type { IQueryResult } from '@/util/types.util'