去掉删除按钮

This commit is contained in:
yuan 2021-07-15 15:06:52 +08:00
parent 8da25a588d
commit 9d0baa69d7
2 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ export function getBaseUrl() {
// BASE_API = 'https://joylink.club/jlcloud';
// BASE_API = 'https://test.joylink.club/jlcloud';
// BASE_API = 'http://192.168.8.107:9000'; // 袁琪
// BASE_API = 'http://192.168.2.175:9000'; // 旭强 有线
BASE_API = 'http://192.168.2.175:9000'; // 旭强 有线
// BASE_API = 'http://192.168.8.114:9000'; // 旭强 无线
// BASE_API = 'http://192.168.2.183:9000'; // 张赛
// BASE_API = 'http://192.168.8.140:9000'; // 杜康

View File

@ -72,11 +72,11 @@ export default {
name: "发布历史",
handleClick: this.handleHistory
},
{
name: this.$t("global.delete"),
handleClick: this.handleDelete,
type: "danger"
}
// {
// name: this.$t("global.delete"),
// handleClick: this.handleDelete,
// type: "danger"
// }
]
}
]