From b24e5bb9d37bab2a15ed1cb9fcc13f1432df7ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Tue, 18 Apr 2023 13:55:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/public/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fe/PC/public/config.js b/fe/PC/public/config.js index a22466573..ed9c6eddf 100644 --- a/fe/PC/public/config.js +++ b/fe/PC/public/config.js @@ -9,15 +9,15 @@ // window.SITE_CONFIG['reportsUrl'] = 'http://10.164.0.227:59091/#/reports/' // dev-new -window.SITE_CONFIG['base'] = 'http://dev.ccwin-in.com:21093' -window.SITE_CONFIG['user'] = 'http://dev.ccwin-in.com:21093/api/auth' +window.SITE_CONFIG['base'] = 'http://dev.ccwin-in.com:60099' +window.SITE_CONFIG['user'] = 'http://dev.ccwin-in.com:60099/api/auth' // window.SITE_CONFIG['print'] = 'print'21384 window.SITE_CONFIG['print'] = 'http://dev.ccwin-in.com:60074' window.SITE_CONFIG['largeScreen'] = 'http://dev.ccwin-in.com:60073' window.SITE_CONFIG['warehouseCode'] = 'T8' window.SITE_CONFIG['company'] = 'DongYang' window.SITE_CONFIG['client_secret'] = '1q2w3E*' -window.SITE_CONFIG['reportsUrl'] = 'http://10.164.0.227:21093/#/reports/' +window.SITE_CONFIG['reportsUrl'] = 'http://10.164.0.227:60099/#/reports/' // localhost // window.SITE_CONFIG['base'] = 'http://dev.ccwin-in.com:59099'