refactor(admin): update login.js to include jQuery dependency

- Add jQuery as a dependency in the define function
- Update the function parameters to include jQuery ($)

Signed-off-by: wolfcode <37436228+wolf-leo@users.noreply.github.com>
This commit is contained in:
wolfcode
2024-10-22 14:43:50 +08:00
parent 9307e724a9
commit 475a1ef84d

View File

@@ -1,4 +1,4 @@
define(["easy-admin"], function (ea) {
define(["jquery", "easy-admin"], function ($, ea) {
return {
index: function () {