There was an error while loading. Please reload this page.
1 parent e095f9b commit a3a4f75Copy full SHA for a3a4f75
1 file changed
quantdinger_vue/src/views/trading-assistant/index.vue
@@ -2772,7 +2772,7 @@ export default {
2772
const server = values.mt5_server || ''
2773
const login = values.mt5_login || ''
2774
const password = values.mt5_password || ''
2775
- const terminal_path = values.mt5_terminal_path || ''
+ const terminalPath = values.mt5_terminal_path || ''
2776
2777
if (!server || !login || !password) {
2778
this.testResult = {
@@ -2790,7 +2790,7 @@ export default {
2790
server: server,
2791
login: parseInt(login),
2792
password: password,
2793
- terminal_path: terminal_path
+ terminal_path: terminalPath
2794
})
2795
2796
if (res.data && res.data.success) {
0 commit comments