究极更新
This commit is contained in:
parent
e5c98a16d2
commit
b32912104f
|
@ -2,9 +2,9 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="/plant.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite + Vue</title>
|
||||
<title>种植溯源可视化大屏</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
|
@ -1,9 +1,9 @@
|
|||
<template>
|
||||
<div class="headers">
|
||||
<div class="logo" style="background-color: red;">
|
||||
<div style="text-align: center;width: 100px;">
|
||||
<img style="width: 33px;height:33px;"
|
||||
src="/plant.png" alt="">
|
||||
</div>
|
||||
|
||||
<!-- <div style="color: red;">{{ areaStore.userInfo }}</div> -->
|
||||
<div class="right">
|
||||
<div class="rigth-li b-cls" @click="choseArea = true"> <img style="width: 1VW;height:1VW;margin-right: 0.5vw;"
|
||||
src="/static/index/DW.png" alt=""> {{ areaStore.userInfo.name|| '泸县' }}
|
||||
|
|
Loading…
Reference in New Issue