diff --git a/src/App.vue b/src/App.vue index 6c30ff7..7cee56e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -86,7 +86,7 @@ export default defineComponent({ .quickcommandHttpServer() .run( this.profile.quickFeatures.apiServer.cmd, - this.profile.quickFeatures.apiServer.port + this.profile.apiServerPort ); console.log("Server Start..."); } diff --git a/src/components/ConfigurationMenu.vue b/src/components/ConfigurationMenu.vue index ec3204b..2037b34 100644 --- a/src/components/ConfigurationMenu.vue +++ b/src/components/ConfigurationMenu.vue @@ -36,20 +36,20 @@ input-class="text-center" style="width: 280px" autofocus - v-model="$root.profile.quickFeatures.favFile.tag" + v-model="$root.profile.quickFileTag" type="text" > 启用后,选中文件可以通过超级面板快速将文件收藏到「{{ - $root.profile.quickFeatures.favFile.tag + $root.profile.quickFileTag }}」标签 @@ -65,20 +65,20 @@ outlined input-class="text-center" style="width: 280px" - v-model="$root.profile.quickFeatures.favUrl.tag" + v-model="$root.profile.quickUrlTag" type="text" > 启用后,在浏览器界面可以通过超级面板快速将网址收藏到「{{ - $root.profile.quickFeatures.favUrl.tag + $root.profile.quickUrlTag }}」标签 @@ -95,13 +95,13 @@ input-class="text-center" style="width: 280px" autofocus - v-model="$root.profile.quickFeatures.pluNickName.tag" + v-model="$root.profile.pluNickNameTag" type="text" >