|  | @@ -44,7 +44,7 @@ module.exports = async (util) => {
 | 
	
		
			
				|  |  |            )
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |        }),
 | 
	
		
			
				|  |  | -      'post /api/login': util.side({
 | 
	
		
			
				|  |  | +      'post /apix/login': util.side({
 | 
	
		
			
				|  |  |          tags: [`公用`],
 | 
	
		
			
				|  |  |          summary: `登录`,
 | 
	
		
			
				|  |  |          schema: {
 | 
	
	
		
			
				|  | @@ -233,7 +233,7 @@ module.exports = async (util) => {
 | 
	
		
			
				|  |  |            )
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |        }),
 | 
	
		
			
				|  |  | -      'get /api/base': util.side({
 | 
	
		
			
				|  |  | +      'get /apix/base': util.side({
 | 
	
		
			
				|  |  |          tags: [`增删改查`, `种植分析`, `种值分析详情`],
 | 
	
		
			
				|  |  |          summary: `基地 crud`,
 | 
	
		
			
				|  |  |          schema: {
 | 
	
	
		
			
				|  | @@ -253,7 +253,7 @@ module.exports = async (util) => {
 | 
	
		
			
				|  |  |            res.redirect(req.originalUrl.replace(`/apix`, ``))
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |        }),
 | 
	
		
			
				|  |  | -      'get /api/base/:id': util.side({
 | 
	
		
			
				|  |  | +      'get /apix/base/:id': util.side({
 | 
	
		
			
				|  |  |          tags: [`增删改查`, `种植分析`, `种值分析详情`],
 | 
	
		
			
				|  |  |          summary: `基地详情`,
 | 
	
		
			
				|  |  |          schema: {
 | 
	
	
		
			
				|  | @@ -262,10 +262,10 @@ module.exports = async (util) => {
 | 
	
		
			
				|  |  |            }),
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          async action(req, res, next) {
 | 
	
		
			
				|  |  | -          res.redirect(req.originalUrl.replace(`/api`, ``))
 | 
	
		
			
				|  |  | +          res.redirect(req.originalUrl.replace(`/apix`, ``))
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |        }),
 | 
	
		
			
				|  |  | -      'get /api/holePunchingMachine': util.side({
 | 
	
		
			
				|  |  | +      'get /apix/holePunchingMachine': util.side({
 | 
	
		
			
				|  |  |          tags: [`增删改查`, `种值分析详情`],
 | 
	
		
			
				|  |  |          summary: `打孔机 crud`,
 | 
	
		
			
				|  |  |          schema: {
 |