xiebaomin 1 year ago
parent
commit
f3faaeffa4
1 changed files with 2 additions and 2 deletions
  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: [
         supplierLinks: [
             {
             {
                 title: '美业参谋',
                 title: '美业参谋',
-                link: '/supplier-login/index.html',
+                link: '/supplier/attraction.html',
             },
             },
             {
             {
                 title: '供应商协议',
                 title: '供应商协议',
@@ -373,7 +373,7 @@ var globalFot = new Vue({
     },
     },
     methods:{
     methods:{
         goSupplierLink() {
         goSupplierLink() {
-            window.location.href = '/supplier-login/index.html'
+            window.location.href = '/supplier/attraction.html'
         },
         },
     },
     },
     mounted(){
     mounted(){