diff --git a/config/index.js b/config/index.js index a6a51a11..ae92c965 100644 --- a/config/index.js +++ b/config/index.js @@ -12,9 +12,10 @@ module.exports = { proxyTable: { "/api": { // 请求的目标主机 - // target: 'http://116.255.223.226:8082/nsgk_test/', // 公网测试环境 - // target: `http://192.168.0.116:8091/nsgk_api/`, // 内网测试环境 - target: 'http://localhost:8080/', + target: 'http://116.255.223.226:8082/nsgk_test/', // 公网测试环境 + // target: `http://218.59.175.43:8092/nsgk_demo/`, // 内网测试环境 后台系统端口88 + // target: 'http://192.168.0.107:8080/', + // target: 'http://localhost:8080/', changeOrigin: true, pathRewrite: { '^/api': '' diff --git a/src/views/yinnong/doneCompleted/completed.vue b/src/views/yinnong/doneCompleted/completed.vue index eb8472f8..cacc17f3 100644 --- a/src/views/yinnong/doneCompleted/completed.vue +++ b/src/views/yinnong/doneCompleted/completed.vue @@ -69,7 +69,7 @@ pageSize: 100, }, activityBusinessTypeOptions:[], - images:['../../../../static/images/onlineHome/banner_03.png'], + images:['../../../../static/images/yinnong/banner_03.png'], } }, created() { diff --git a/src/views/yinnongLogin.vue b/src/views/yinnongLogin.vue index d03c5ec6..428a325e 100644 --- a/src/views/yinnongLogin.vue +++ b/src/views/yinnongLogin.vue @@ -1,120 +1,141 @@ -