This commit is contained in:
ping 2026-06-16 14:05:41 +08:00
parent 68120a306c
commit c0b1bac2e7

View File

@ -34,6 +34,8 @@ 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()