@@ -0,0 +1,11 @@
+module.exports={
+ devServer:{
+ proxy:{
+ '/api':{
+ target:'https://www.scxjc.club',
+ changeOrigin: true,
+ }
+ },
+ publicPath:'/'
+}