vue的访问路径图
2021-11-11 18:36:27 6 举报
vue的访问路径图
作者其他创作
大纲/内容
订单微服务
import HelloWorldfrom '@/components/HelloWorld'
index.html
找到对应的组件component: HelloWorld
前端
springboot服务
nacos
用户微服务
开始
发送请求http://localhost:8080/
<router-view/>
在routes下对应的path
结束
App.vue
localhost:88/order/list
web请求
main.js
app.vue
gateway网关(88)
localhost:88/user/list
router下的index.js
@/components/HelloWorld
routes
index.html<div id=\"app\">
0 条评论
回复 删除
下一页