Commit 4f8e74f0 authored by liaozan's avatar liaozan 🏀

fix: copy resource phase

parent fbc1ffb2
...@@ -5,7 +5,4 @@ spring: ...@@ -5,7 +5,4 @@ spring:
active: dev active: dev
web: web:
resources: resources:
add-mappings: true add-mappings: true
server: \ No newline at end of file
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