|
|
@@ -4,9 +4,12 @@
|
|
|
|
|
|
</div> -->
|
|
|
|
|
|
-<div class="page-container2" v-if="!mobile">
|
|
|
+<div class="page-container2" :class="{'bituni-mobile':mobile}">
|
|
|
+
|
|
|
<div class="page-main">
|
|
|
+
|
|
|
<header class="page-bituni-header">
|
|
|
+ <div class="bituni-header-bg"></div>
|
|
|
<h1 class="page-bituni-h1">Bituni-成就你的技术创新</h1>
|
|
|
<a class="page-bituni-apply" href="https://wenjuan.feishu.cn/m/cfm?t=s9QUYzg7geBi-4k35" target="view_window">
|
|
|
立即投递
|
|
|
@@ -155,6 +158,11 @@ export default {
|
|
|
isShowModal:false
|
|
|
}
|
|
|
},
|
|
|
+ async asyncData({ app }) {
|
|
|
+ return {
|
|
|
+ mobile: app.$deviceType.isMobile()
|
|
|
+ }
|
|
|
+ },
|
|
|
head() {
|
|
|
const {
|
|
|
title = "bituni成就你的技术创新-程序员客栈 ",
|