123456789101112131415161718192021222324252627 |
- <template>
- <view>
-
- </view>
- </template>
- <script>
- export default {
- name: "SaasMiniprogramIndex",
- data() {
- return {
- };
- },
- onLoad(option) {
- },
- methods: {
- },
- };
- </script>
- <style>
- page {
- background: #eaeef1;
- }
- </style>
- <style lang="scss" scoped>
- </style>
|