springboot
文章平均质量分 75
辞忧★
虚心学习
展开
-
rbac项目
搭建框架 import axios from 'axios' import { Message } from 'element-ui' import store from '@/store' // create an axios instance axios // baseURL : 以后用service 发出的任何请求 都会加上http://localhost:8070 一旦服务器的地址改变了 我们只要改一个地方就行 const service = axios.create({ baseURL原创 2021-07-09 15:55:53 · 667 阅读 · 0 评论 -
vue(4)电影项目
<template> <div id="app"> <ToolBar></ToolBar> </div> </template> <script> export default { name: 'App', data () { return { } }, methods: { }, components: { } } </script> &l.原创 2021-06-30 21:43:39 · 1457 阅读 · 2 评论