Explorar o código

feat: api地址修改

TIANYONG hai 1 ano
pai
achega
daa4a056f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/utils/index.ts

+ 1 - 1
src/utils/index.ts

@@ -105,7 +105,7 @@ export const matchProductApiUrl = () => {
 	const query: any = getQuery();
 	const apiUrls = {
 		'cbs': {
-			'dev': 'http://dev.resource.colexiu.com',
+			'dev': 'https://dev.resource.colexiu.com',
 			'test': 'https://test.resource.colexiu.com',
 			'online': 'https://online.resource.colexiu.com'
 		},