张延森 hace 3 años
padre
commit
ea40b1f16e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/pages/index/components/Footer.jsx

+ 2
- 2
src/pages/index/components/Footer.jsx Ver fichero

@@ -12,11 +12,11 @@ export default (props) => {
12 12
     <View className='index-footer'>
13 13
       <View>
14 14
         <View className='footer-time'>{today}</View>
15
-        <View className='footer-copyright'>
15
+        {/* <View className='footer-copyright'>
16 16
           <Divider>
17 17
             南京云致提供技术支持
18 18
           </Divider>
19
-        </View>
19
+        </View> */}
20 20
       </View>
21 21
     </View>
22 22
   )