08 2020 档案
摘要:路由文件:router.js import VueRouter from 'vue-router'; import Vue from 'vue'; //1、定义路由组件并引入 import Main from '@/views/main.vue'; import Detail from '@/vie
阅读全文
摘要:module.exports={ devServer:{ port:8081, proxy:{ '/api':{ target:'http://localhost:8081', pathRewrite:{ '^/api':'' } } } } }
阅读全文
摘要:{ "compilerOptions": { "target": "ES5", "outDir": "dist", "watch": true, "experimentalDecorators": true }, "include": [ "./src/**/*.ts" ] }
阅读全文

浙公网安备 33010602011771号