Browse Source

接口地址更换

aohuoyun 6 years ago
parent
commit
1d4f387510
2 changed files with 3 additions and 4 deletions
  1. 2 3
      README.md
  2. 1 1
      src/config/api-config.js

+ 2 - 3
README.md

@@ -26,8 +26,7 @@ For detailed explanation on how things work, checkout the [guide](http://vuejs-t
 ## 接口文档地址
 `https://doc.33.cn/project.do#/ffff-1506308471430-10163178175-0004/interface/list/ffff-1512385106076-10163178175-0048`
 ##正式环境接口依赖
-* https://api.fx66.com
+* https://fx66.com/api
 
 ## 线上地址
-* https://www.fx66.com
-* 线上代码为master分支
+* https://www.fx66.com   线上代码为master分支

+ 1 - 1
src/config/api-config.js

@@ -4,7 +4,7 @@
  */
 var apiUrl = {
   // baseNewUrl: 'https://dev407.33.cn',//测试ip
-  baseNewUrl: "https://api.fx66.com",//正式ip
+  baseNewUrl: "https://fx66.com/api",//正式ip
     // baseNewUrl: 'https://test.33.cn',
     // uploadUrl:"https://oss.33.cn",
 }