Commit 7e14accf authored by liwei's avatar liwei

修改了文件名称和位置

parent d1fdbe36
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
} }
}, },
{ {
"path" : "pages/tab/community", "path" : "pages/tab/article",
"style" : "style" :
{ {
"navigationStyle": "custom", "navigationStyle": "custom",
...@@ -62,13 +62,13 @@ ...@@ -62,13 +62,13 @@
"root": "pagesNotice", "root": "pagesNotice",
"pages": [ "pages": [
{ {
"path": "notice/list", "path": "components/list",
"style": { "style": {
"navigationBarTitleText": "园区公告" "navigationBarTitleText": "园区公告"
} }
}, },
{ {
"path": "notice/detail", "path": "components/detail",
"style": { "style": {
"navigationBarTitleText": "公告详情" "navigationBarTitleText": "公告详情"
} }
...@@ -346,7 +346,7 @@ ...@@ -346,7 +346,7 @@
"text": "活动" "text": "活动"
}, },
{ {
"pagePath": "pages/tab/community", "pagePath": "pages/tab/article",
"iconPath": "static/tab/sq.png", "iconPath": "static/tab/sq.png",
"selectedIconPath": "static/tab/sqs.png", "selectedIconPath": "static/tab/sqs.png",
"text": "动态" "text": "动态"
......
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
</template> </template>
<script> <script>
import ItemVue from '../components/Item.vue'; import ItemVue from '../../pagesArticle/components/Item.vue';
import empty from '@/components/empty.vue' import empty from '@/components/empty.vue'
import ListVue from '../components/List.vue'; import ListVue from '../../pagesArticle/components/List.vue';
import login from '../../components/login/login.vue'; import login from '../../components/login/login.vue';
import ELM from '@/components/elm-toast/index.vue'; import ELM from '@/components/elm-toast/index.vue';
export default { export default {
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<view class="leftline"></view> <view class="leftline"></view>
<view class="title">{{notice.title}}</view> <view class="title">{{notice.title}}</view>
<view class="rightline"></view> <view class="rightline"></view>
<view class="notice-more" @click="gotopage('/pagesNotice/notice/list')">更多</view> <view class="notice-more" @click="gotopage('/pagesNotice/components/list')">更多</view>
</view> </view>
<!-- 热门推荐--> <!-- 热门推荐-->
<view class="recommendation-top"> <view class="recommendation-top">
......
This diff is collapsed.
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
}, },
gotopage(item){ gotopage(item){
uni.navigateTo({ uni.navigateTo({
url: '/pagesNotice/notice/detail?id='+item.businessId url: '/pagesNotice/components/detail?id='+item.businessId
}) })
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment