diff --git a/src/api/ManageApi/index.js b/src/api/ManageApi/index.js index 09440a1..5e5c883 100644 --- a/src/api/ManageApi/index.js +++ b/src/api/ManageApi/index.js @@ -672,18 +672,20 @@ export function allinformation(params){ } // //投资主体 -export function investall() { +export function investall(params) { return request({ url: '/gysl/zwStats/investors', - method: 'get' + method: 'get', + params }) } // 功能区 -export function fungong(){ +export function fungong(params){ return request({ url:'/gysl/zwStats/ribbon', - method:'get' + method:'get', + params }) } diff --git a/vue.config.js b/vue.config.js index 227f0d1..6ca7d89 100644 --- a/vue.config.js +++ b/vue.config.js @@ -46,8 +46,8 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://192.168.0.110:7071/`, - // target: `http://39.101.188.84:7071/`, + // target: `http://192.168.0.110:7071/`, + target: `http://39.101.188.84:7071/`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''