diff --git a/backend/frpc.toml b/backend/frpc.toml index 3c9646b..f1d6f67 100644 --- a/backend/frpc.toml +++ b/backend/frpc.toml @@ -5,5 +5,6 @@ serverPort = 1422 name = "test-http" type = "tcp" localIP = "127.0.0.1" -localPort = 8088 +#localPort = 8088 +localPort = 3000 remotePort = 1423 diff --git a/frontend/admin/src/pages/PostCreatePage.vue b/frontend/admin/src/pages/PostCreatePage.vue index 956b47c..1ca5938 100644 --- a/frontend/admin/src/pages/PostCreatePage.vue +++ b/frontend/admin/src/pages/PostCreatePage.vue @@ -1,7 +1,7 @@