|
@@ -13,7 +13,7 @@
|
|
|
<i class="el-icon-s-grid icon-menu" slot="reference"></i>
|
|
<i class="el-icon-s-grid icon-menu" slot="reference"></i>
|
|
|
</el-popover>
|
|
</el-popover>
|
|
|
<div class="divider"></div>
|
|
<div class="divider"></div>
|
|
|
- <a class="text" href="/">
|
|
|
|
|
|
|
+ <a class="text" :href="workBenchPath">
|
|
|
<img :src="logo" class="menu-icon dashboard" />
|
|
<img :src="logo" class="menu-icon dashboard" />
|
|
|
<!-- <div class="menu-icon dashboard" style="background-image: url("https://g.jdycdn.com/app/pc/311a8e2b1ed9.png");"></div> -->
|
|
<!-- <div class="menu-icon dashboard" style="background-image: url("https://g.jdycdn.com/app/pc/311a8e2b1ed9.png");"></div> -->
|
|
|
工作台
|
|
工作台
|
|
@@ -80,7 +80,8 @@ export default {
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
fullscreenLoading:false,
|
|
fullscreenLoading:false,
|
|
|
- logo: logoImg
|
|
|
|
|
|
|
+ logo: logoImg,
|
|
|
|
|
+ workBenchPath: getPath('')
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
components: {
|
|
components: {
|