Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
yuping
2022-12-11 23:56:24 +08:00
2 changed files with 61 additions and 57 deletions

View File

@@ -2,7 +2,7 @@
* @Author: lixg lixg@dongwu-inc.com
* @Date: 2022-12-11 16:57:58
* @LastEditors: lixg lixg@dongwu-inc.com
* @LastEditTime: 2022-12-11 21:00:20
* @LastEditTime: 2022-12-11 21:21:16
* @FilePath: /fe-stu/src/api/api.js
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/

View File

@@ -2,7 +2,7 @@
* @Author: lixg lixg@dongwu-inc.com
* @Date: 2022-11-21 17:28:10
* @LastEditors: lixg lixg@dongwu-inc.com
* @LastEditTime: 2022-11-22 12:45:57
* @LastEditTime: 2022-12-11 21:11:35
* @FilePath: /fe-stu/vite.config.js
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
@@ -64,6 +64,10 @@ export default defineConfig(({command}) =>
target: 'http://localhost:30001',
changeOrigin: true,
},
'/vote': {
target: 'http://111.231.196.214:12013/manageApi',
changeOrigin: true,
},
}
}
})