新增"我对总理有话说"
This commit is contained in:
parent
12adffb4e5
commit
6f7006d81f
@ -26,7 +26,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
// 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
|
||||
autoOpenBrowser: false,
|
||||
errorOverlay: true,
|
||||
|
15185
package-lock.json
generated
15185
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -2,6 +2,7 @@
|
||||
<div class="index">
|
||||
<Header></Header>
|
||||
<SlideNews></SlideNews>
|
||||
<SayToPremier/>
|
||||
<Activity></Activity>
|
||||
<Train></Train>
|
||||
<Sports></Sports>
|
||||
@ -14,6 +15,7 @@
|
||||
import Header from '@/common/components/Header1'
|
||||
import Footer from '@/common/components/Footer1'
|
||||
import SlideNews from './components/SlideNews'
|
||||
import SayToPremier from './components/SayToPremier'
|
||||
import Activity from './components/Activity'
|
||||
import Train from './components/Train'
|
||||
import Sports from './components/Sports'
|
||||
@ -23,6 +25,7 @@ export default {
|
||||
components: {
|
||||
Header,
|
||||
SlideNews,
|
||||
SayToPremier,
|
||||
Activity,
|
||||
Train,
|
||||
Sports,
|
||||
|
25
src/pages/IndexPage/components/SayToPremier.vue
Normal file
25
src/pages/IndexPage/components/SayToPremier.vue
Normal 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>
|
BIN
static/say2premier/2023-1080-260.jpg
Normal file
BIN
static/say2premier/2023-1080-260.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 161 KiB |
Loading…
Reference in New Issue
Block a user