|
|
@ -20,6 +20,7 @@ |
|
|
|
<div class="btn" @click="toPage('/factory')">工厂展示</div> |
|
|
|
<div class="btn" @click="toPage('/hardware')">软硬件研发</div> |
|
|
|
<div class="btn" @click="toPage('/metal')">加工生产</div> |
|
|
|
<div class="btn" @click="toPage('/onestep')">整机开发</div> |
|
|
|
<!-- <div class="btn" @click="toPage('/product')">产品研发</div> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -50,6 +51,10 @@ const toPage = path => { |
|
|
|
window.location.href = 'https://iflytop.com/mobile/metal/#/' |
|
|
|
return |
|
|
|
} |
|
|
|
if (path == '/onestep') { |
|
|
|
window.location.href = 'https://iflytop.com/mobile/onestep/#/' |
|
|
|
return |
|
|
|
} |
|
|
|
window.location.href = p |
|
|
|
drawer.value = false |
|
|
|
} |
|
|
|