hookehuyr

✨ feat(服务端): 新增相关页面结构

...@@ -197,6 +197,54 @@ export default [{ ...@@ -197,6 +197,54 @@ export default [{
197 }, 197 },
198 children: [] 198 children: []
199 }, { 199 }, {
200 + path: '/auth',
201 + name: '授权跳转页',
202 + component: () => import('./views/auth.vue'),
203 + meta: {
204 + title: '微信授权'
205 + },
206 + children: []
207 +}, {
208 + path: '/business/auditVideo',
209 + name: '视频审核',
210 + component: () => import('./views/business/auditVideo.vue'),
211 + meta: {
212 + title: '视频审核'
213 + },
214 + children: []
215 +}, {
216 + path: '/business/index',
217 + name: '幼儿园所有上传视频',
218 + component: () => import('./views/business/index.vue'),
219 + meta: {
220 + title: '幼儿园'
221 + },
222 + children: []
223 +}, {
224 + path: '/business/login',
225 + name: '登录',
226 + component: () => import('./views/business/login.vue'),
227 + meta: {
228 + title: '登录'
229 + },
230 + children: []
231 +}, {
232 + path: '/business/me',
233 + name: '我的',
234 + component: () => import('./views/business/me.vue'),
235 + meta: {
236 + title: '我的'
237 + },
238 + children: []
239 +}, {
240 + path: '/business/myVideo',
241 + name: '视频审核',
242 + component: () => import('./views/business/myVideo.vue'),
243 + meta: {
244 + title: '视频审核'
245 + },
246 + children: []
247 +}, {
200 path: '/image', 248 path: '/image',
201 name: 'html转图片', 249 name: 'html转图片',
202 component: () => import('./views/html2canvas.vue'), 250 component: () => import('./views/html2canvas.vue'),
......
1 +<template>
2 + <div class=""></div>
3 +</template>
4 +
5 +<script setup>
6 +import { ref, reactive, onMounted } from 'vue'
7 +import { useRoute, useRouter } from 'vue-router'
8 +import axios from '@/utils/axios';
9 +import $ from 'jquery'
10 +import { Toast } from 'vant';
11 +const $route = useRoute();
12 +const $router = useRouter();
13 +
14 + onMounted(() => {
15 +
16 + })
17 +</script>
18 +
19 +<script>
20 +import mixin from 'common/mixin';
21 +
22 +export default {
23 + mixins: [mixin.init],
24 + data () {
25 + return {
26 +
27 + }
28 + },
29 + mounted () {
30 +
31 + },
32 + methods: {
33 +
34 + }
35 +}
36 +</script>
37 +
38 +<style lang="less" scoped>
39 +
40 +</style>
...\ No newline at end of file ...\ No newline at end of file
1 +<template>
2 + <div class=""></div>
3 +</template>
4 +
5 +<script setup>
6 +import { ref, reactive, onMounted } from 'vue'
7 +import { useRoute, useRouter } from 'vue-router'
8 +import axios from '@/utils/axios';
9 +import $ from 'jquery'
10 +import { Toast } from 'vant';
11 +const $route = useRoute();
12 +const $router = useRouter();
13 +
14 + onMounted(() => {
15 +
16 + })
17 +</script>
18 +
19 +<script>
20 +import mixin from 'common/mixin';
21 +
22 +export default {
23 + mixins: [mixin.init],
24 + data () {
25 + return {
26 +
27 + }
28 + },
29 + mounted () {
30 +
31 + },
32 + methods: {
33 +
34 + }
35 +}
36 +</script>
37 +
38 +<style lang="less" scoped>
39 +
40 +</style>
...\ No newline at end of file ...\ No newline at end of file
1 +<template>
2 + <div class=""></div>
3 +</template>
4 +
5 +<script setup>
6 +import { ref, reactive, onMounted } from 'vue'
7 +import { useRoute, useRouter } from 'vue-router'
8 +import axios from '@/utils/axios';
9 +import $ from 'jquery'
10 +import { Toast } from 'vant';
11 +const $route = useRoute();
12 +const $router = useRouter();
13 +
14 + onMounted(() => {
15 +
16 + })
17 +</script>
18 +
19 +<script>
20 +import mixin from 'common/mixin';
21 +
22 +export default {
23 + mixins: [mixin.init],
24 + data () {
25 + return {
26 +
27 + }
28 + },
29 + mounted () {
30 +
31 + },
32 + methods: {
33 +
34 + }
35 +}
36 +</script>
37 +
38 +<style lang="less" scoped>
39 +
40 +</style>
...\ No newline at end of file ...\ No newline at end of file
1 +<template>
2 + <div class=""></div>
3 +</template>
4 +
5 +<script setup>
6 +import { ref, reactive, onMounted } from 'vue'
7 +import { useRoute, useRouter } from 'vue-router'
8 +import axios from '@/utils/axios';
9 +import $ from 'jquery'
10 +import { Toast } from 'vant';
11 +const $route = useRoute();
12 +const $router = useRouter();
13 +
14 + onMounted(() => {
15 +
16 + })
17 +</script>
18 +
19 +<script>
20 +import mixin from 'common/mixin';
21 +
22 +export default {
23 + mixins: [mixin.init],
24 + data () {
25 + return {
26 +
27 + }
28 + },
29 + mounted () {
30 +
31 + },
32 + methods: {
33 +
34 + }
35 +}
36 +</script>
37 +
38 +<style lang="less" scoped>
39 +
40 +</style>
...\ No newline at end of file ...\ No newline at end of file
1 +<template>
2 + <div class=""></div>
3 +</template>
4 +
5 +<script setup>
6 +import { ref, reactive, onMounted } from 'vue'
7 +import { useRoute, useRouter } from 'vue-router'
8 +import axios from '@/utils/axios';
9 +import $ from 'jquery'
10 +import { Toast } from 'vant';
11 +const $route = useRoute();
12 +const $router = useRouter();
13 +
14 + onMounted(() => {
15 +
16 + })
17 +</script>
18 +
19 +<script>
20 +import mixin from 'common/mixin';
21 +
22 +export default {
23 + mixins: [mixin.init],
24 + data () {
25 + return {
26 +
27 + }
28 + },
29 + mounted () {
30 +
31 + },
32 + methods: {
33 +
34 + }
35 +}
36 +</script>
37 +
38 +<style lang="less" scoped>
39 +
40 +</style>
...\ No newline at end of file ...\ No newline at end of file
1 +<template>
2 + <div class=""></div>
3 +</template>
4 +
5 +<script setup>
6 +import { ref, reactive, onMounted } from 'vue'
7 +import { useRoute, useRouter } from 'vue-router'
8 +import axios from '@/utils/axios';
9 +import $ from 'jquery'
10 +import { Toast } from 'vant';
11 +const $route = useRoute();
12 +const $router = useRouter();
13 +
14 + onMounted(() => {
15 +
16 + })
17 +</script>
18 +
19 +<script>
20 +import mixin from 'common/mixin';
21 +
22 +export default {
23 + mixins: [mixin.init],
24 + data () {
25 + return {
26 +
27 + }
28 + },
29 + mounted () {
30 +
31 + },
32 + methods: {
33 +
34 + }
35 +}
36 +</script>
37 +
38 +<style lang="less" scoped>
39 +
40 +</style>
...\ No newline at end of file ...\ No newline at end of file