操作
バグ #339
完了バグ #324: 【不具合】
not-found画面のタイトル表示
ステータス:
完了
優先度:
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>`へ修正
操作