手动创建证书

This commit is contained in:
caoqianming 2022-02-09 11:11:31 +08:00
parent 13d0f37948
commit 1765429cf6
1 changed files with 2 additions and 2 deletions

View File

@ -269,8 +269,8 @@ export default {
}, },
handleView(scope) { handleView(scope) {
window.open( window.open(
// "https://apitest.ahctc.cn/crm/candidate/img?id=" + scope.row.id "https://apitest.ahctc.cn/crm/candidate/img?id=" + scope.row.id
"http://localhost:8000/crm/candidate/img?id=" + scope.row.id // "http://localhost:8000/crm/candidate/img?id=" + scope.row.id
); );
}, },
handleAdd() { handleAdd() {