新增"我对总理有话说"

This commit is contained in:
wanggeng 2022-12-14 14:05:15 +08:00
parent 12adffb4e5
commit 6f7006d81f
5 changed files with 15177 additions and 38 deletions

View File

@ -26,7 +26,7 @@ module.exports = {
}, },
// Various Dev Server settings // Various Dev Server settings
host: '192.168.0.106', // can be overwritten by process.env.HOST host: '127.0.0.1', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: false, autoOpenBrowser: false,
errorOverlay: true, errorOverlay: true,

15185
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,6 +2,7 @@
<div class="index"> <div class="index">
<Header></Header> <Header></Header>
<SlideNews></SlideNews> <SlideNews></SlideNews>
<SayToPremier/>
<Activity></Activity> <Activity></Activity>
<Train></Train> <Train></Train>
<Sports></Sports> <Sports></Sports>
@ -14,6 +15,7 @@
import Header from '@/common/components/Header1' import Header from '@/common/components/Header1'
import Footer from '@/common/components/Footer1' import Footer from '@/common/components/Footer1'
import SlideNews from './components/SlideNews' import SlideNews from './components/SlideNews'
import SayToPremier from './components/SayToPremier'
import Activity from './components/Activity' import Activity from './components/Activity'
import Train from './components/Train' import Train from './components/Train'
import Sports from './components/Sports' import Sports from './components/Sports'
@ -23,6 +25,7 @@ export default {
components: { components: {
Header, Header,
SlideNews, SlideNews,
SayToPremier,
Activity, Activity,
Train, Train,
Sports, Sports,

View File

@ -0,0 +1,25 @@
<template>
<div class="container">
<a href="https://liuyan.www.gov.cn/2023wxzlsjh/bmdf.html?q=nmg" target="_blank"></a>
</div>
</template>
<script>
export default {
name: "SayToPremier"
}
</script>
<style lang="stylus" rel="stylesheet/stylus" scoped>
.container
width 1200px
margin 0 auto
margin-bottom 10px
a
display block
width 1200px
height 300px
background url('/static/say2premier/2023-1080-260.jpg')
background-repeat no-repeat
background-size 100% 100%
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB