|  | @@ -199,7 +199,7 @@ module.exports = app => {
 | 
												
													
														
															|  |           */
 |  |           */
 | 
												
													
														
															|  |          verifyManagementProject(token) {
 |  |          verifyManagementProject(token) {
 | 
												
													
														
															|  |              return new Promise((resolve, reject) => {
 |  |              return new Promise((resolve, reject) => {
 | 
												
													
														
															|  | -                this.ctx.curl(`${app.config.env === 'prod' ? 'http://pm.6jlzf.cn' : 'http://pmqa.smartcost.com.cn'}/api/external/jl/calibration`, {
 |  | 
 | 
												
													
														
															|  | 
 |  | +                this.ctx.curl(`${app.config.env === 'prod' ? 'http://pm.6jlzf.cn' : 'http://192.168.1.76:2020'}/api/external/jl/calibration`, {
 | 
												
													
														
															|  |                      method: 'POST',
 |  |                      method: 'POST',
 | 
												
													
														
															|  |                      // dateType: 'json',
 |  |                      // dateType: 'json',
 | 
												
													
														
															|  |                      encoding: 'utf8',
 |  |                      encoding: 'utf8',
 | 
												
											
												
													
														
															|  | @@ -227,7 +227,7 @@ module.exports = app => {
 | 
												
													
														
															|  |          async addProjectFromManagement() {
 |  |          async addProjectFromManagement() {
 | 
												
													
														
															|  |              const token = this.ctx.helper.createJWT({ account: this.ctx.session.sessionUser.account, code: this.ctx.session.sessionProject.code });
 |  |              const token = this.ctx.helper.createJWT({ account: this.ctx.session.sessionUser.account, code: this.ctx.session.sessionProject.code });
 | 
												
													
														
															|  |              return new Promise((resolve, reject) => {
 |  |              return new Promise((resolve, reject) => {
 | 
												
													
														
															|  | -                this.ctx.curl(`${app.config.env === 'prod' ? 'http://pm.6jlzf.cn' : 'http://pmqa.smartcost.com.cn'}/api/external/jl/project/add`, {
 |  | 
 | 
												
													
														
															|  | 
 |  | +                this.ctx.curl(`${app.config.env === 'prod' ? 'http://pm.6jlzf.cn' : 'http://192.168.1.76:2020'}/api/external/jl/project/add`, {
 | 
												
													
														
															|  |                      method: 'POST',
 |  |                      method: 'POST',
 | 
												
													
														
															|  |                      encoding: 'utf8',
 |  |                      encoding: 'utf8',
 | 
												
													
														
															|  |                      data: { token },
 |  |                      data: { token },
 |