This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
limingjuan
/
Prediction-MindSpore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
update
master
yuanjunbin
2 years ago
parent
616238689c
commit
60c002b7e5
2 changed files
with
11 additions
and
11 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
stock-forcast-models/get_stock_information
+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
})
}
}
Write
Preview
Loading…
Cancel
Save