mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 20:19:16 +08:00
Merge branch 'master' of https://github.com/metersphere/metersphere
This commit is contained in:
commit
e5b007764f
@ -77,6 +77,7 @@
|
||||
this.isReadOnly = !this.isReadOnly
|
||||
this.$store.commit('setFlag', this.isReadOnly);
|
||||
this.$store.commit('setValue', item);
|
||||
window.location.href = "/#/api/home";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 332400be7c000a9e0e3d5e8052a74b4972e50951
|
||||
Subproject commit aaeb324621dc3197c1bcbd3920600c0963fdea08
|
@ -1,5 +1,6 @@
|
||||
export default {
|
||||
commons: {
|
||||
please_fill_in_the_template: 'Please fill in the template',
|
||||
cut_back_old_version: 'Cut back to old version',
|
||||
cut_back_new_version: 'Switch back to new version',
|
||||
comment: 'comment',
|
||||
|
@ -1,5 +1,6 @@
|
||||
export default {
|
||||
commons: {
|
||||
please_fill_in_the_template: '请填写模版内容',
|
||||
cut_back_old_version: '切回旧版',
|
||||
cut_back_new_version: '切回新版',
|
||||
comment: '评论',
|
||||
|
@ -1,5 +1,6 @@
|
||||
export default {
|
||||
commons: {
|
||||
please_fill_in_the_template: '請填寫模版內容',
|
||||
cut_back_old_version: '切回舊版',
|
||||
cut_back_new_version: '切回新版',
|
||||
comment: '評論',
|
||||
|
Loading…
Reference in New Issue
Block a user