プロジェクト

全般

プロフィール

バグ #339

完了

バグ #324: 【不具合】

not-found画面のタイトル表示

坂口 滉 さんが約1ヶ月前に追加. 23日前に更新.

ステータス:
完了
優先度:
A
担当者:
-
開始日:
2026/03/26
期日:
進捗率:

100%

予定工数:

説明

  • 発生手順
    • not-foundへアクセス:http://localhost:8080/device2/not-found
  • 内容
    • タイトルがスマートサイロ()となる
  • 修正案
    • frontend/src/App.vue
    • 9行目付近の`{{ this.$t('common.appName') }}({{ this.companyName }})`を`{{ this.$t('common.appName') }}<span v-if="this.companyName">({{ this.companyName }})</span>`へ修正

他の形式にエクスポート: Atom PDF