新增控制台界面与相关资源,修复激活命令误判失败,并兼容 package 版本与 CardsoonServer 打包路径。
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+3
-1
@@ -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"'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user