浏览代码

修改配置

asd26269546 2 年之前
父节点
当前提交
380eee8fba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -16,7 +16,7 @@ module.exports = {
         proxy: {
             '/api': {
 				//本地服务接口地址
-				target: 'https://cfm.bytesail.cn/api',
+				target: 'http://36.134.91.96:10001/api',
 				//远程演示服务地址,可用于直接启动项目
 				//target: 'https://saber.bladex.vip/api',
 				ws: true,