提交 f1567590 编写于 作者: L lin-xin

合并冲突

上级 bd764700
......@@ -27,15 +27,7 @@ module.exports = {
autoOpenBrowser: true,
assetsSubDirectory: 'static',
assetsPublicPath: '/',
proxyTable: {
'/api':{
target:'http://jsonplaceholder.typicode.com',
changeOrigin:true,
pathRewrite:{
'^/api':''
}
}
},
proxyTable: {},
// CSS Sourcemaps off by default because relative paths are "buggy"
// with this option, according to the CSS-Loader README
// (https://github.com/webpack/css-loader#sourcemaps)
......
......@@ -41,6 +41,7 @@
</template>
<script>
import axios from 'axios';
import VueCoreImageUpload from 'vue-core-image-upload';
export default {
data: function(){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册