Commit 4f8e74f0 authored by liaozan's avatar liaozan 🏀

fix: copy resource phase

parent fbc1ffb2
......@@ -6,6 +6,3 @@ spring:
web:
resources:
add-mappings: true
\ No newline at end of file
server:
servlet:
context-path: /api
\ No newline at end of file
import axios from 'axios';
axios.defaults.baseURL = 'http://localhost:8080/api'
axios.defaults.baseURL = 'http://localhost:8080'
axios.defaults.timeout = 10000
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