mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-05-04 18:23:22 +00:00
fix: 修改错误的url地址
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
const apiUrl = "{% url 'api-auth:mfa-face-context' %}";
|
||||
const faceCaptureUrl = "/faceliving/capture";
|
||||
const faceCaptureUrl = "/facelive/capture";
|
||||
let token;
|
||||
|
||||
function createFaceCaptureToken() {
|
||||
|
||||
Reference in New Issue
Block a user