|
@@ -3,7 +3,7 @@
|
|
|
* @LastEditors: wangjiacheng
|
|
|
* @Description: 配置文件
|
|
|
* @Date: 2019-03-02 14:21:27
|
|
|
- * @LastEditTime: 2021-10-14 15:41:33
|
|
|
+ * @LastEditTime: 2021-10-15 17:43:29
|
|
|
*/
|
|
|
const path = require('path')
|
|
|
|
|
@@ -35,7 +35,7 @@ module.exports = {
|
|
|
devServer: {
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
- target: 'https://wy.huiguanjia.cn/9ad134a361f8d778/', // 对应自己的接口
|
|
|
+ target: 'https://wy-test.huiguanjia.cn/9ad134a361f8d778/', // 对应自己的接口
|
|
|
changeOrigin: true,
|
|
|
ws: false,
|
|
|
pathRewrite: {
|