13 lines
192 B
Vue
13 lines
192 B
Vue
<template>
|
|
<!-- <view> 发布 </view> -->
|
|
|
|
<s-layout title="发布" tabbar="/pages/index/fabu" :bgStyle="{ color: '#fff' }">
|
|
</s-layout>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style>
|
|
</style> |