guyon168
guyon168
大佬,后端admin初试密码在哪设置的,我刚部署好后端就发现密码被重置了
解决办法: \dist\js\main.js中第3174行至3182行用如下代码替换即可解决移动端适配问题 ` function initComponents() { // 初始化通用组件 global.flipPageAudio = new FlipByAudio(tmpContainer, global.flipByAudio); global.auto_player = new AutoFlip(); global.bgSound = new BackgroundSound(); global.volumeControlBar = new VolumeControlBar(tmpContainer); initFlipSound(); global.backgroundObj = new initBackground(tmpContainer);...
For OTO and OTOCO type orders, only `client.ws_create_oto_order` and `client.ws_create_otoco_order` are encapsulated in `binance.client.py`. Are these only applicable to WebSocket methods and not usable for REST API calls? If that's...