整合上架版进入标准流程
This commit is contained in:
		
							
								
								
									
										10
									
								
								bin/serve.js
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								bin/serve.js
									
									
									
									
									
								
							| @@ -68,16 +68,6 @@ const start = () => { | ||||
|         return json.pages.push(app) | ||||
|       } | ||||
|     }), | ||||
|     findPages('src/saas', file => { | ||||
|       if (/.+\\App[^\\]+\\[^\\]+\.vue/g.test(file)) { | ||||
|         let app = { | ||||
|           name: file.replace(/.*\\([^\\]+).vue/g, '$1'), | ||||
|           path: file.replace(/^src\\(.*).vue/g, '$1').replace(/\\/g, '/') | ||||
|         } | ||||
|         getFileInfo(app, file) | ||||
|         return json.pages.push(app) | ||||
|       } | ||||
|     }), | ||||
|     findPages('src/project', file => { | ||||
|       if (/.+\\App[^\\]+\\[^\\]+\.vue/g.test(file)) { | ||||
|         let app = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user