Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
prd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
caoxu
prd
Commits
5e7a12a9
Commit
5e7a12a9
authored
Jan 14, 2026
by
Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化服务详情页功能:优惠券样式、底部栏布局和局域网访问配置
parent
19ad2be1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
371 additions
and
51 deletions
+371
-51
package-lock.json
package-lock.json
+0
-7
ServiceDetailsView.vue
src/views/ServiceDetailsView.vue
+368
-44
vite.config.js
vite.config.js
+3
-0
No files found.
package-lock.json
View file @
5e7a12a9
...
...
@@ -1155,7 +1155,6 @@
"resolved"
:
"https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz"
,
"integrity"
:
"sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg=="
,
"dev"
:
true
,
"peer"
:
true
,
"bin"
:
{
"acorn"
:
"bin/acorn"
},
...
...
@@ -1425,7 +1424,6 @@
"resolved"
:
"https://registry.npmmirror.com/eslint/-/eslint-9.39.2.tgz"
,
"integrity"
:
"sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw=="
,
"dev"
:
true
,
"peer"
:
true
,
"dependencies"
:
{
"@eslint-community/eslint-utils"
:
"^4.8.0"
,
"@eslint-community/regexpp"
:
"^4.12.1"
,
...
...
@@ -1485,7 +1483,6 @@
"resolved"
:
"https://registry.npmmirror.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz"
,
"integrity"
:
"sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w=="
,
"dev"
:
true
,
"peer"
:
true
,
"bin"
:
{
"eslint-config-prettier"
:
"bin/cli.js"
},
...
...
@@ -2092,7 +2089,6 @@
"resolved"
:
"https://registry.npmmirror.com/picomatch/-/picomatch-4.0.3.tgz"
,
"integrity"
:
"sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q=="
,
"dev"
:
true
,
"peer"
:
true
,
"engines"
:
{
"node"
:
">=12"
},
...
...
@@ -2174,7 +2170,6 @@
"resolved"
:
"https://registry.npmmirror.com/prettier/-/prettier-3.7.4.tgz"
,
"integrity"
:
"sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA=="
,
"dev"
:
true
,
"peer"
:
true
,
"bin"
:
{
"prettier"
:
"bin/prettier.cjs"
},
...
...
@@ -2411,7 +2406,6 @@
"resolved"
:
"https://registry.npmmirror.com/vite/-/vite-6.4.1.tgz"
,
"integrity"
:
"sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g=="
,
"dev"
:
true
,
"peer"
:
true
,
"dependencies"
:
{
"esbuild"
:
"^0.25.0"
,
"fdir"
:
"^6.4.4"
,
...
...
@@ -2485,7 +2479,6 @@
"version"
:
"3.5.26"
,
"resolved"
:
"https://registry.npmmirror.com/vue/-/vue-3.5.26.tgz"
,
"integrity"
:
"sha512-SJ/NTccVyAoNUJmkM9KUqPcYlY+u8OVL1X5EW9RIs3ch5H2uERxyyIUI4MRxVCSOiEcupX9xNGde1tL9ZKpimA=="
,
"peer"
:
true
,
"dependencies"
:
{
"@vue/compiler-dom"
:
"3.5.26"
,
"@vue/compiler-sfc"
:
"3.5.26"
,
...
...
src/views/ServiceDetailsView.vue
View file @
5e7a12a9
This diff is collapsed.
Click to expand it.
vite.config.js
View file @
5e7a12a9
...
...
@@ -4,4 +4,7 @@ import vue from '@vitejs/plugin-vue'
// https://vite.dev/config/
export
default
defineConfig
({
plugins
:
[
vue
()],
server
:
{
host
:
true
// 启用局域网访问
}
})
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment