Sfoglia il codice sorgente

Merge branch 'dev-mysql' of ssh://10.10.100.21/source/platform-b2c into dev-mysql

yujia 8 anni fa
parent
commit
25b2f7018b

+ 2 - 0
src/main/webapp/WEB-INF/views/normal/erp/user_center.html

@@ -42,6 +42,8 @@
 			</div>
 		</div>
 	</section>
+	<div ng-controller="AuthenticationCtrl">
+	</div>
 	<footer class="clearfix">
 		<div ng-include src="'static/view/common/footer_erp.html'" style="margin-top: 40px;"></div>
 	</footer>

+ 2 - 0
src/main/webapp/WEB-INF/views/normal/erp/vendor_center.html

@@ -39,6 +39,8 @@
 			</div>
 		</div>
 	</section>
+	<div ng-controller="AuthenticationCtrl">
+	</div>
 	<footer class="clearfix" style="margin-top: 40px;">
 		<div ng-include src="'static/view/common/footer_erp.html'"></div>
 	</footer>