27476
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| const install = function(Vue) { | ||||
| 	if (install.installed) return Promise.resolve(); | ||||
| 	else { | ||||
| 		let contexts = require.context('../packages', true, /(\/.+)\/App[^\/]+\.vue$/); | ||||
| 		let contexts = require.context('../project/shandong10086/apps', true, /(\/.+)\/App[^\/]+\.vue$/); | ||||
| 		if (contexts) { | ||||
| 			contexts.keys().map((e) => { | ||||
| 				if (contexts(e).default) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user