Browse Source

不要使用本地,不熟练切换

shish 6 years ago
parent
commit
5a455856b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shop/src/cool/utils/index.js

+ 1 - 1
shop/src/cool/utils/index.js

@@ -8,7 +8,7 @@ export const getFirstHost = () => {
 		return 'huaml';
 	}
 	if(process.env.NODE_ENV == 'local'){
-		return 'hhb';
+		return 'huaml';
 	}
 	return host;
 };