@@ -34,13 +34,7 @@
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
- },
- {
- "path": "pages/sharePage/index",
- "style": {
- "navigationBarTitleText": "采美商城"
- }
+ }
],
"subPackages": [{
"root": "pages/service/", //信息服务模块
@@ -1,20 +0,0 @@
-<template>
- <view>
- 采美商城
- </view>
-</template>
-
-<script>
- export default {
- data() {
- return {}
- onLoad(options) {
- console.log('options', options)
- methods: {},
-</script>
-<style>
-</style>