Administrator 4 лет назад
Родитель
Сommit
2e3a6dee7d

+ 2 - 1
src/main/resources/static/js/supplier-center/setting/password.js

@@ -219,5 +219,6 @@ var passwordPage = new Vue({
         var _self = this;
         $('.navLayout').find('.navList').removeClass("on").find('.con').hide().find('a').removeClass("on");
         $('.navLayout').find('.navList').eq(3).addClass("on").find('.con').show().find('a').eq(0).addClass("on");
-    }
+
+         }
 });

+ 1 - 1
src/main/resources/templates/supplier-center/setting/password.html

@@ -123,6 +123,6 @@
 <template th:replace="components/footer"></template>
 <template th:replace="components/foot-link"></template>
 <script charset="utf-8" type="text/javascript" th:src="@{/js/common/serviceapi/user.service.js(v=${version})}"></script>
-<script charset="utf-8" type="text/javascript" th:src="@{/js/user-center/setting/password.js(v=${version})}"></script>
+<script charset="utf-8" type="text/javascript" th:src="@{/js/supplier-center/setting/password.js(v=${version})}"></script>
 </body>
 </html>