Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-11-05 10:16:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9559b99363ef6cc3c6689e662004fd4512e706c9
9559b993
1 parent
119a6e37
产品详情和新闻详情禁止选中
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
src/App.vue
src/views/news/detail.vue
src/views/product/detail.vue
src/App.vue
View file @
9559b99
<!--
* @Date: 2024-09-26 13:36:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-11-0
4 16:43:27
* @LastEditTime: 2024-11-0
5 09:46:01
* @FilePath: /hager/src/App.vue
* @Description: 文件描述
-->
...
...
src/views/news/detail.vue
View file @
9559b99
<!--
* @Date: 2024-10-18 12:06:09
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-1
0-25 11:53:21
* @LastEditTime: 2024-1
1-05 10:15:58
* @FilePath: /hager/src/views/news/detail.vue
* @Description: 文件描述
-->
<template>
<div class="hager-detail-page">
<div class="hager-detail-page
no-select
">
<hager-box :class="['top-img', is_xs ? 'xs' : '']" :style="{ backgroundImage: 'url(https://cdn.ipadbiz.cn/hager/banner/banner06.png)' }">
<div v-if="!is_xs" class="banner-text-wrapper top-center">
<div class="text">
...
...
src/views/product/detail.vue
View file @
9559b99
<!--
* @Date: 2024-09-29 14:26:41
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-11-0
4 17:13:32
* @LastEditTime: 2024-11-0
5 10:15:08
* @FilePath: /hager/src/views/product/detail.vue
* @Description: 文件描述
-->
<template>
<div class="product-detail">
<div class="product-detail
no-select
">
<hager-box>
<div style="margin-top: 1.5rem;">
<el-breadcrumb separator="/">
...
...
Please
register
or
login
to post a comment