zhaoyun 2 mesi fa
parent
commit
383158f4d1

+ 1 - 1
mer_mer_admin/.env.development

@@ -3,7 +3,7 @@ ENV = 'development'
 
 # base api
 # VUE_APP_BASE_API = '/dev-api'
-VUE_APP_BASE_API = 'http://127.0.0.1:8080'
+VUE_APP_BASE_API = 'http://39.105.58.247:20800'
 
 # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
 # to control whether the babel-plugin-dynamic-import-node plugin is enabled.

+ 1 - 2
mer_plat_admin/.env.development

@@ -3,8 +3,7 @@ ENV = 'development'
 
 # base api
 # VUE_APP_BASE_API = '/dev-api'
-VUE_APP_BASE_API = 'http://127.0.0.1:8080'
-
+VUE_APP_BASE_API = 'http://39.105.58.247:20800'
 # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
 # to control whether the babel-plugin-dynamic-import-node plugin is enabled.
 # It only does one thing by converting all import() to require().

+ 1 - 1
mer_uniapp/config/app.js

@@ -8,7 +8,7 @@
 // | Author: CRMEB Team <admin@crmeb.com>
 // +----------------------------------------------------------------------
 //移动端商城API 网络接口修改此配置,小程序域名要求https 例如:https://api.front.merchant.java.crmeb.net
-let domain = 'http://127.0.0.1:8081'
+let domain = 'http://39.105.58.247:20810'
 
 module.exports = {
 	// 请求域名 格式: https://您的域名