Commit 4f8e74f0 authored by liaozan's avatar liaozan 🏀

fix: copy resource phase

parent fbc1ffb2
...@@ -6,6 +6,3 @@ spring: ...@@ -6,6 +6,3 @@ spring:
web: web:
resources: resources:
add-mappings: true add-mappings: true
server:
servlet:
context-path: /api
\ No newline at end of file
import axios from 'axios'; import axios from 'axios';
axios.defaults.baseURL = 'http://localhost:8080/api' axios.defaults.baseURL = 'http://localhost:8080'
axios.defaults.timeout = 10000 axios.defaults.timeout = 10000
const service = axios.create() const service = axios.create()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment