Browse Source

update

master
yuanjunbin 2 years ago
parent
commit
60c002b7e5
2 changed files with 11 additions and 11 deletions
  1. +0
    -0
      stock-forcast-models/get_stock_information
  2. +11
    -11
      stock-forcast-web/vue.config.js

get_stock_information → stock-forcast-models/get_stock_information View File


stock_predic_web/vue.config.js → stock-forcast-web/vue.config.js View File

@@ -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
})
}
}

Loading…
Cancel
Save