无人机管理后台前端(已迁走)
张含笑
2025-09-26 8625fe88fc9928083fc492a417f26f4abf6d7d35
src/page/index/index.vue
@@ -24,6 +24,8 @@
        </div>
      </div>
    </div>
    <GlobalWS/>
    <!-- <wechat></wechat> -->
  </div>
</template>
@@ -37,10 +39,12 @@
import logo from './logo.vue'
import top from './top/index.vue'
import sidebar from './sidebar/index.vue'
import GlobalWS from '@/page/index/GlobalWS.vue';
export default {
  mixins: [index],
  components: {
    GlobalWS,
    top,
    logo,
    tags,