@@ -2,7 +2,7 @@ define([ 'app/app' ], function(app) {
'use strict';
app.register.controller('KindAdviceCtrl', ['$scope', 'KindAdvice', 'toaster', function($scope, KindAdvice, toaster) {
$scope.advice = {};
-
+ document.title = '类目建议-优软商城';
$scope.submit = function() {
if($scope.advice.schema && $scope.advice.schema.length >= 15) {
} else {