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 index.js
main
bin_open_source
2 years ago
parent
9182c40949
commit
f9a6de4484
1 changed files
with
6 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
stock_predic_web/router/index.js
+ 6
- 0
stock_predic_web/router/index.js
View File
@@ -1,3 +1,9 @@
/*
作者: 魔仙堡
创建日期: 2023-9-03
版本: 1.0
*/
import { createRouter, createWebHistory } from 'vue-router'
import { createRouter, createWebHistory } from 'vue-router'
import request from '@/request/request'
import request from '@/request/request'
const routes = [
const routes = [
Write
Preview
Loading…
Cancel
Save