|
@@ -19,7 +19,7 @@
|
|
|
{{ i.title }}
|
|
|
</li>
|
|
|
<li class="px-[16px] text-[#999999] font-medium">
|
|
|
- <n-button type="info" class="bg-[#165DFF] text-[18px] w-[130px] h-[42px]">
|
|
|
+ <n-button type="info" class="bg-[#165DFF] text-[18px] w-[130px] h-[42px]" @click="loginBtn">
|
|
|
登录/注册
|
|
|
</n-button>
|
|
|
</li>
|
|
@@ -337,6 +337,9 @@ const num = reactive([{
|
|
|
const getImg = (name: number) => {
|
|
|
return new URL(`/public/image/p_img_home_qs_0_${name}.png`, import.meta.url).href;
|
|
|
}
|
|
|
+const loginBtn =()=>{
|
|
|
+ window.location.replace('http://p.daicrm.com/#/login')
|
|
|
+}
|
|
|
const currentIndex = ref(1)
|
|
|
const customFn = (i: number) => {
|
|
|
console.log('i', i)
|