-
zhangwei
2025-03-24 2d43a1df3f5ba42710e6d21c27d1e13bdb8dfd56
src/pages/default/index.vue
@@ -2,7 +2,7 @@
   <view class="content">
      <view class="chuany-flex chuany-flex-direction chuany-paddingbottom-100 chuany-align-center">
         <view class="logo">
            <image mode="widthFix" src="/static/logo.png"></image>
            <image mode="widthFix" src="/static/boss.png"></image>
         </view>
         <text class="title chuany-padding18 c-m-t-10">欢迎来到寿安工业区</text>
         <text class="title"> </text>
@@ -10,7 +10,7 @@
      </view>
      <view class="titlecon chuany-flex chuany-align-center" @click="goEnterprise">
         <view class="logo">
            <image mode="widthFix" src="/static/boss.png"></image>
            <image mode="widthFix" src="/static/logo.png"></image>
         </view>
         <view class="chuany-flex chuany-justify-between chuany-paddingleft-28 vwidth">
            <text class="chuany-font36">我是企业</text>
@@ -42,7 +42,7 @@
         uni.getStorage({
            key: 'identity',
            success: function (res) {
               console.log('identity',res.data);
               console.log('identity   www',res.data);
               if(res.data){
                  uni.switchTab({
                     url: '/pages/index/index'