Compare commits

..

No commits in common. "11eb5be33f3a0f61d9b1f3dae6fac22b1184de28" and "bb21b374d0a8bb4f4c6347e8886e1213fa1dfdaf" have entirely different histories.

View File

@ -34,8 +34,6 @@ async def product_category_search(ns={}):
domain_name = ns.get('url_link').split("//")[1].split("/")[0]
if 'localhost' in domain_name:
domain_name = 'dev.opencomputing.cn'
if 'opencomputing' in domain_name:
domain_name = 'www.ncmatch.cn'
to_page = ns.get('to_page')
db = DBPools()