add:新增区域查询接口

This commit is contained in:
2024-09-13 14:58:15 +08:00
parent 607a04451a
commit d3215c3ee3
6 changed files with 196 additions and 195 deletions

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@@ -14,7 +14,7 @@
</template>
<script>
import Logo from '@/assets/images/newloge.png'
import Logo from '@/assets/images/newlogo.png'
import variables from '@/assets/styles/variables.scss'
export default {
name: 'SidebarLogo',
@@ -26,7 +26,7 @@ export default {
},
data() {
return {
title: '喜临门ACS系统',
title: '山东金宝铜箔ACS系统',
logo: Logo,
title_param: 'platform'
}