@@ -57,7 +57,7 @@ router.route('/a').all((req, res, next) => {
router.post('/testApi', function(req, res, next) {
// 创建向后端服务器的请求
const options = {
- hostname: 'http://127.0.0.1',
+ hostname: 'https://cxcy.ssti.net.cn',
port: 80,
path: "/sso/api",
method: req.method,