Browse Source

fix:新增dist

shenchunlv 2 years ago
parent
commit
dc7a67df4c
3 changed files with 5 additions and 2 deletions
  1. 0 1
      .gitignore
  2. 1 0
      dist
  3. 4 1
      pages/index.vue

+ 0 - 1
.gitignore

@@ -5,5 +5,4 @@ node_modules
 .cache
 .output
 .env
-dist
 .DS_Store

+ 1 - 0
dist

@@ -0,0 +1 @@
+/Users/shenchunlv/Desktop/gs/nuxt3-gw/.output/public

+ 4 - 1
pages/index.vue

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