🚧 developing

This commit is contained in:
2025-02-24 00:36:54 +08:00
parent c7288b2cb4
commit 5befcddaf5
37 changed files with 783 additions and 127 deletions

View File

@@ -1,11 +1,20 @@
export default [
{
path: '/upscale/app',
path: '/main/upscale/phone/app',
name: 'upscaleApp',
component: () => import('@/views/Phone/UpscalePhoneUpload/UpscalePhoneUpload.vue'),
meta: {
requiresAuth: false,
title: '手机上传'
}
},
{
path: '/main/share/phone/app',
name: 'shareApp',
component: () => import('@/views/Phone/SharePhoneUpload/SharePhoneUpload.vue'),
meta: {
requiresAuth: false,
title: '手机上传'
}
}
];

View File

@@ -1,6 +1,6 @@
export default [
{
path: '/main/photo/upscale',
path: '/main/photo/phone',
name: 'upscale',
component: () => import('@/views/Upscale/index.vue'),
meta: {