新增控制台界面与相关资源,修复激活命令误判失败,并兼容 package 版本与 CardsoonServer 打包路径。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
24kycj
2026-08-05 11:29:55 +08:00
parent 8248767b89
commit eb27d72927
63 changed files with 16696 additions and 11321 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
module.exports = {
NODE_ENV: '"development"',
BASE_API: '"https://easy-mock.com/mock/5950a2419adc231f356a6636/vue-admin"',
VUE_APP_SOCKET_API: '"ws://127.0.0.1:10010"'
VUE_APP_SOCKET_API: '"ws://127.0.0.1:10010"',
VUE_APP_CONSOLE_V2: '"true"',
VUE_APP_CONSOLE_DESIGN_ONLY: '"true"'
}
+3 -1
View File
@@ -1,5 +1,7 @@
module.exports = {
NODE_ENV: '"production"',
BASE_API: '"https://easy-mock.com/mock/5950a2419adc231f356a6636/vue-admin"',
VUE_APP_SOCKET_API: '"ws://127.0.0.1:10010"'
VUE_APP_SOCKET_API: '"ws://127.0.0.1:10010"',
VUE_APP_CONSOLE_V2: '"false"',
VUE_APP_CONSOLE_DESIGN_ONLY: '"false"'
}