去掉删除按钮
This commit is contained in:
parent
8da25a588d
commit
9d0baa69d7
@ -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'; // 杜康
|
||||
|
@ -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"
|
||||
// }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user