xiebaomin hace 1 año
padre
commit
f3faaeffa4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/main/resources/static/js/base.js

+ 2 - 2
src/main/resources/static/js/base.js

@@ -68,7 +68,7 @@ var globalHead = new Vue({
         supplierLinks: [
             {
                 title: '美业参谋',
-                link: '/supplier-login/index.html',
+                link: '/supplier/attraction.html',
             },
             {
                 title: '供应商协议',
@@ -373,7 +373,7 @@ var globalFot = new Vue({
     },
     methods:{
         goSupplierLink() {
-            window.location.href = '/supplier-login/index.html'
+            window.location.href = '/supplier/attraction.html'
         },
     },
     mounted(){