@@ -82,11 +82,16 @@
}, {
"path": "subscriptionList/index"
}]
+ }, {
+ "root": "team",
+ "pages": [{
+ "path": "team/index"
+ }]
}],
"preloadRule": {
"pages/index/index": {
"network": "all",
- "packages": ["packageCase", "packageA"]
+ "packages": ["packageCase", "packageA", "store", "cloud"]
}
},
"globalStyle": {
@@ -0,0 +1,13 @@
+<template>
+ <view>
+ 团队管理
+ </view>
+</template>
+
+<script>
+export default {
+}
+</script>
+<style></style>