From bf5ba56e8a82f0ef699f2eae413d0dc2c4e4f67d Mon Sep 17 00:00:00 2001
From: jxdnsong <592566207@qq.com>
Date: Tue, 25 Oct 2022 16:15:00 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/sd-jg-school-web into master
---
src/components/arcNavBar/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/arcNavBar/index.vue b/src/components/arcNavBar/index.vue
index 9c2074f..859462e 100644
--- a/src/components/arcNavBar/index.vue
+++ b/src/components/arcNavBar/index.vue
@@ -2,10 +2,10 @@
<public-box class="public-org-nav-bar">
<template slot="public-box-header">
<div class="title">
- <img class="icon deblurring" src="/zhxy/img/icon/xyjz.png" alt />
+ <img class="icon deblurring" src="/zhjg/img/icon/xyjz.png" alt />
<span>{{ arcNavBarTitle }}</span>
</div>
- <img class="close deblurring" src="/zhxy/img/navicon/close.png" alt @click="closeModel" />
+ <img class="close deblurring" src="/zhjg/img/navicon/close.png" alt @click="closeModel" />
</template>
<template slot="public-box-content">
<div class="tab" v-show="false">
@@ -128,7 +128,7 @@
this.$EventBus.$emit('closeTagLayer')
res.data.data.forEach((item) => {
- item.icon = '/zhxy/img/navicon/tag.png'
+ item.icon = '/zhjg/img/navicon/tag.png'
let obj = {}
if (item.x && item.x != '') {
@@ -159,7 +159,7 @@
`
<div class="arc-list-entitys-box">
<div>${item.mechanismName}</div>
- <img src="/zhxy/img/icon/bubble.png" alt="">
+ <img src="/zhjg/img/icon/bubble.png" alt="">
</div>
`
)
--
Gitblit v1.9.3