diff --git a/src/assets/images/bigScreen/hengTong_title.png b/src/assets/images/bigScreen/hengTong_title.png new file mode 100644 index 00000000..7a37ba58 Binary files /dev/null and b/src/assets/images/bigScreen/hengTong_title.png differ diff --git a/src/assets/images/longguang/cutimage/header_bg.png b/src/assets/images/longguang/cutimage/header_bg.png new file mode 100644 index 00000000..17b2131c Binary files /dev/null and b/src/assets/images/longguang/cutimage/header_bg.png differ diff --git a/src/components/account.vue b/src/components/account.vue index 034a3283..99ac5728 100644 --- a/src/components/account.vue +++ b/src/components/account.vue @@ -12,13 +12,20 @@
{{ $store.state.userInfo.companyName }}
-客服电话:{{$store.state.userInfo.customerServicePhone}}
++ 客服电话:{{ $store.state.userInfo.customerServicePhone }} +
入场码:{{$store.state.currentProDetail.placeCode}}
+ v-if=" + projectType == 'hengqin' && + $store.state.currentProDetail != null + " + > + 入场码:{{ $store.state.currentProDetail.placeCode }} +
- {{projectBackground}}
+ {{ projectBackground }}
- {{equipmentChina}}
+ {{ equipmentChina }}
- - {{headerConfiguration}} +
+ {{ $store.state.userInfo.menuAuthority.roleName }} +
++ {{ headerConfiguration }}
-->
-
+
+