瀏覽代碼

[edit][api-url]

zhangwei 3 年之前
父節點
當前提交
7b88603229
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/http/configAPI.js

+ 1 - 1
src/http/configAPI.js

@@ -6,4 +6,4 @@ const api = {
 	development: 'https://testapi.denet.me'
 }
 
-export const baseUrl = api[process.env.NODE_ENV] + '/denet'
+export const baseAPIUrl = api[process.env.NODE_ENV] + '/denet'