@@ -95,6 +95,15 @@
}
+ ,{
+ "path" : "pages/fourMoodBase/index/index",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+
],
"condition": { //模式配置,仅开发期间生效
"current": 3, //当前激活的模式(list 的索引项)
@@ -0,0 +1,22 @@
+<template>
+ <view>
+ </view>
+</template>
+<script>
+ export default {
+ data() {
+ return {
+ },
+ methods: {
+</script>
+<style>
+</style>