lj 5 years ago
parent
commit
9478dcad76
2 changed files with 31 additions and 0 deletions
  1. 9 0
      pages.json
  2. 22 0
      pages/fourMoodBase/index/index.vue

+ 9 - 0
pages.json

@@ -95,6 +95,15 @@
             }
             
         }
+        ,{
+            "path" : "pages/fourMoodBase/index/index",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "",
+                "enablePullDownRefresh": false
+            }
+            
+        }
     ],
 	"condition": { //模式配置,仅开发期间生效
 	    "current": 3, //当前激活的模式(list 的索引项)

+ 22 - 0
pages/fourMoodBase/index/index.vue

@@ -0,0 +1,22 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>