Browse Source

修改配置文件

wangcz 7 years ago
parent
commit
fc9672037a
1 changed files with 4 additions and 2 deletions
  1. 4 2
      nuxt.config.js

+ 4 - 2
nuxt.config.js

@@ -129,10 +129,12 @@ module.exports = {
       ssr: false
     }, {
       src: '~plugins/element-ui'
-    },
-    {
+    }, {
       src: '~plugins/filters.js',
       ssr: false
+    }, {
+      src: '~plugins/jsonp.js',
+      ssr: false
     }],
   // proxyTable: ['/api/**', '/search/**', '/user/**', '/login/**', '/register/**', '/logout/**', '/static/**', '/vendor**', '/user**', '/trade/**', '/recommendation/**', '/store-service/**', '/basic/**', '/logout**', '/operation/**', '/help**', '/product**', '/store**', '/order/proxy**', '/report/**', '/store/**#/**', '/kdn/**', '/product/**Submit', '/admin**', '/product/**Submit/**', '/release/**', '/auth/store/**', '/produce/**', '/file**', '/rate/**', '/log/**', '/help-service/**', '/keyword/**', '/tip/**', '/UASBatchPutOnProperty**', '/UASBatchPutOnProperty/**']
   /**