diff --git a/get_stock_information b/stock-forcast-models/get_stock_information similarity index 100% rename from get_stock_information rename to stock-forcast-models/get_stock_information diff --git a/stock_predic_web/vue.config.js b/stock-forcast-web/vue.config.js similarity index 96% rename from stock_predic_web/vue.config.js rename to stock-forcast-web/vue.config.js index 662d890..8f75574 100644 --- a/stock_predic_web/vue.config.js +++ b/stock-forcast-web/vue.config.js @@ -1,11 +1,11 @@ -// vue.config.js -module.exports = { - chainWebpack: config => { - config - .plugin('html') - .tap(args => { - args[0].title= '基于MindSpore的多模态股票价格预测系统' - return args - }) - } -} +// vue.config.js +module.exports = { + chainWebpack: config => { + config + .plugin('html') + .tap(args => { + args[0].title= '基于MindSpore的多模态股票价格预测系统' + return args + }) + } +}