ソースを参照

修改prod域名

sunjh 5 年 前
コミット
b5c19804ea
1 ファイル変更2 行追加2 行削除
  1. 2 2
      config/prod.env.js

+ 2 - 2
config/prod.env.js

@@ -1,6 +1,6 @@
 'use strict'
 module.exports = {
   NODE_ENV: '"production"',
-  API_ROOT: '"//www.callfortest.com"',
-  LOGIN_URL:'"http://user.callfortest.com/page/login?redirect=http%3a%2f%2fwww.callfortest.com%2f%23%2fmine"'
+  API_ROOT: '"//www.cofortest.com"',
+  LOGIN_URL:'"http://user.cofortest.com/page/login?redirect=http%3a%2f%2fwww.cofortest.com%2f%23%2fmine"'
 }