diff options
| author | wenzhijie <[email protected]> | 2022-09-06 16:12:03 +0800 |
|---|---|---|
| committer | wenzhijie <[email protected]> | 2022-09-06 16:12:03 +0800 |
| commit | 7d114398e2b5b0e47b4bbf5eb1433bc1a7bf3eea (patch) | |
| tree | 3a53337e8922f68b6fbcb7a88af368bd590f2904 | |
| parent | f36a73c9ef2814c63dffa9cdb766a92df2a72eaa (diff) | |
fix:补充issue详情页面缺少的国际化dev-3.5-issueTab
| -rw-r--r-- | nezha-fronted/src/components/common/bottomBox/tabs/issueTab.vue | 2 | ||||
| -rw-r--r-- | nezha-fronted/static/config.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/issueTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/issueTab.vue index 7404e3f56..cd335275f 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/issueTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/issueTab.vue @@ -124,7 +124,7 @@ </el-input> <div class="btn-box"> <el-button size="mini" @click="addFun">{{$t("issueTab.Add")}}</el-button> - <el-button size="mini" @click="cancelBtn">{{$t("issueTab.Cencel")}}</el-button> + <el-button size="mini" @click="cancelBtn">{{$t("overall.cancel")}}</el-button> </div> </div> </el-aside> diff --git a/nezha-fronted/static/config.json b/nezha-fronted/static/config.json index 3151969db..b9b43a208 100644 --- a/nezha-fronted/static/config.json +++ b/nezha-fronted/static/config.json @@ -1 +1 @@ -{"baseUrl":"http://192.168.40.42:8080/", "version": "22.05"} +{"baseUrl":"http://192.168.40.42/", "version": "22.05"} |
