From 48d03160cbf30d1630eb5fc39b99d8649ae967db Mon Sep 17 00:00:00 2001 From: jingrow Date: Sun, 27 Jul 2025 14:24:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E6=8C=87=E5=90=91NewJsiteServer.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src2/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src2/router.js b/dashboard/src2/router.js index f1f0053..39f9b97 100644 --- a/dashboard/src2/router.js +++ b/dashboard/src2/router.js @@ -108,7 +108,7 @@ let router = createRouter({ { name: 'New Server', path: '/servers/new', - component: () => import('./pages/NewServer.vue'), + component: () => import('./pages/NewJsiteServer.vue'), }, { name: 'Billing',