@@ -34,6 +34,12 @@
}
},
{
+ "path": "pages/game/index",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
+ {
"path": "pages/my/index",
"style": {
"navigationStyle": "custom"
@@ -0,0 +1,10 @@
+<!-- 游戏页面 -->
+<template>
+ <view>这是游戏页面</view>
+</template>
+
+<script>
+</script>
+<style>
+</style>