修复CTA策略创建策略时,策略文件未更新bug
This commit is contained in:
@@ -21,16 +21,6 @@ onMounted(() => {
|
||||
|
||||
const init = () => {
|
||||
|
||||
get_strategy_load_files().then(res => {
|
||||
store.$patch({ class_names: res.data.class_names })
|
||||
}).catch(error => {
|
||||
ElMessage({
|
||||
message: h('p', null, [
|
||||
h('i', { style: 'color: teal' }, "读取策略文件失败"),
|
||||
]),
|
||||
})
|
||||
})
|
||||
|
||||
get_vt_symbols().then(res => {
|
||||
console.log(res)
|
||||
let map = new Map()
|
||||
|
||||
Reference in New Issue
Block a user