xiebaomin 1 ano atrás
pai
commit
f4a45eca35
2 arquivos alterados com 1 adições e 27 exclusões
  1. 1 7
      pages.json
  2. 0 20
      pages/sharePage/index.vue

+ 1 - 7
pages.json

@@ -34,13 +34,7 @@
 				"enablePullDownRefresh": true,
 				"navigationStyle": "custom"
 			}
-		},
-        {
-        	"path": "pages/sharePage/index",
-        	"style": {
-        		"navigationBarTitleText": "采美商城"
-        	}
-        }
+		}
 	],
 	"subPackages": [{
 			"root": "pages/service/", //信息服务模块

+ 0 - 20
pages/sharePage/index.vue

@@ -1,20 +0,0 @@
-<template>
-    <view>
-        采美商城
-    </view>
-</template>
-
-<script>
-    export default {
-        data() {
-            return {}
-        },
-        onLoad(options) {
-            console.log('options', options)
-        },
-        methods: {},
-    }
-</script>
-
-<style>
-</style>