@@ -12,7 +12,6 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/api': {
- target: "https://dev407.33.cn",//设置你调用的接口域名和端口号 别忘了加http
target: "https://dev407.33.cn/",//设置你调用的接口域名和端口号 别忘了加http
changeOrigin: true,
pathRewrite:{}
@@ -21,7 +21,7 @@ export default new Router({
path:'/brokers',
component:brokers,
children:[
- // {
+ //
// path:'/',
// component:nBodyone
// },