|
@@ -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(){
|