Commit e46fac65 authored by 吴冠's avatar 吴冠

r

parent 2344135a
......@@ -75,3 +75,9 @@ fieldset, img { border: 0; }
color: rgba(0, 0, 0, 1);
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
......@@ -15,15 +15,15 @@ export default {
** See https://nuxtjs.org/api/configuration-head
*/
head: {
title: process.env.npm_package_name || '',
title: /* process.env.npm_package_name || '' */'捷安采',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: process.env.npm_package_description || '' }
],
link: [
/* link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
],
], */
script:[
{
src:'/js/meta-pc.js',type:"text/javascript",charset:"utf-8"
......
......@@ -95,6 +95,23 @@ export default {
citySelect,
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(){
let message={};
message.size=10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment