Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
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
张冬
web-site
Commits
e46fac65
Commit
e46fac65
authored
Sep 30, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
r
parent
2344135a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
3 deletions
+27
-3
common.css
assets/css/common.css
+7
-0
nuxt.config.js
nuxt.config.js
+3
-3
inquiry.vue
pages/index/notice/inquiry.vue
+17
-0
No files found.
assets/css/common.css
View file @
e46fac65
...
@@ -75,3 +75,9 @@ fieldset, img { border: 0; }
...
@@ -75,3 +75,9 @@ fieldset, img { border: 0; }
color
:
rgba
(
0
,
0
,
0
,
1
);
color
:
rgba
(
0
,
0
,
0
,
1
);
font-weight
:
bold
;
font-weight
:
bold
;
}
}
.page-enter-active
,
.page-leave-active
{
transition
:
opacity
0.5s
;
}
.page-enter
,
.page-leave-active
{
opacity
:
0
;
}
\ No newline at end of file
nuxt.config.js
View file @
e46fac65
...
@@ -15,15 +15,15 @@ export default {
...
@@ -15,15 +15,15 @@ export default {
** See https://nuxtjs.org/api/configuration-head
** See https://nuxtjs.org/api/configuration-head
*/
*/
head
:
{
head
:
{
title
:
process
.
env
.
npm_package_name
||
'
'
,
title
:
/* process.env.npm_package_name || '' */
'捷安采
'
,
meta
:
[
meta
:
[
{
charset
:
'utf-8'
},
{
charset
:
'utf-8'
},
{
name
:
'viewport'
,
content
:
'width=device-width, initial-scale=1'
},
{
name
:
'viewport'
,
content
:
'width=device-width, initial-scale=1'
},
{
hid
:
'description'
,
name
:
'description'
,
content
:
process
.
env
.
npm_package_description
||
''
}
{
hid
:
'description'
,
name
:
'description'
,
content
:
process
.
env
.
npm_package_description
||
''
}
],
],
link
:
[
/*
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
],
],
*/
script
:[
script
:[
{
{
src
:
'/js/meta-pc.js'
,
type
:
"text/javascript"
,
charset
:
"utf-8"
src
:
'/js/meta-pc.js'
,
type
:
"text/javascript"
,
charset
:
"utf-8"
...
...
pages/index/notice/inquiry.vue
View file @
e46fac65
...
@@ -95,6 +95,23 @@ export default {
...
@@ -95,6 +95,23 @@ export default {
citySelect
,
citySelect
,
dataTable
dataTable
},
},
/* async mounted(){
let message={};
message.size=10
message.currentPage=1
getInquiryList(message);
industryList();
},
async asyncData(){
const {data,total} = await getInquiryList(params)
console.log(data+'------------')
return {
priceList = data,
total = total
}
console.log(11111111111111)
}, */
mounted
(){
mounted
(){
let
message
=
{};
let
message
=
{};
message
.
size
=
10
message
.
size
=
10
...
...
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