mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	Update Image.vue
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
			
		||||
        <image-sd/>
 | 
			
		||||
      </van-tab>
 | 
			
		||||
      <van-tab title="DALL" name="dall">
 | 
			
		||||
        <img-wall/>
 | 
			
		||||
         <van-empty description="功能正在开发中"/>
 | 
			
		||||
      </van-tab>
 | 
			
		||||
    </van-tabs>
 | 
			
		||||
  </div>
 | 
			
		||||
@@ -18,7 +18,6 @@
 | 
			
		||||
import {ref} from "vue";
 | 
			
		||||
import ImageMj from "@/views/mobile/pages/ImageMj.vue";
 | 
			
		||||
import ImageSd from "@/views/mobile/pages/ImageSd.vue";
 | 
			
		||||
import ImgWall from "@/views/mobile/pages/ImgWall.vue";
 | 
			
		||||
 | 
			
		||||
const activeName = ref("mj")
 | 
			
		||||
</script>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user