Commit a70c4882 by wangshuangqing

1.提交修改的数据

2.修改展示时间
parent 6195faa5
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: ninglupeng * @Author: ninglupeng
* @Date: 2022-06-07 00:31:25 * @Date: 2022-06-07 00:31:25
* @LastEditors: wsq * @LastEditors: wsq
* @LastEditTime: 2023-02-21 11:11:23 * @LastEditTime: 2023-02-28 09:38:48
* @Description: * @Description:
*/ */
const path = require('path') const path = require('path')
...@@ -21,7 +21,7 @@ module.exports = { ...@@ -21,7 +21,7 @@ module.exports = {
proxy: { proxy: {
'/api': { '/api': {
//target: 'http://192.168.18.166:8099/', //target: 'http://192.168.18.166:8099/',
//target: 'http://192.168.18.166:8100/',//drg测试站点 //target: 'http://192.168.18.166:8100/', //drg测试站点
target: 'http://192.168.18.166:8033/', //dip测试站点 target: 'http://192.168.18.166:8033/', //dip测试站点
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment