commit
8f3a2386e6
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
|
|
@ -18,8 +18,8 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import qqFans from '@/assets/images/qq-fance.jpg'
|
||||
import qqFans2 from '@/assets/images/qq-fance2.jpg'
|
||||
import qqFans from '@/assets/images/qq-group1.jpg'
|
||||
import qqFans2 from '@/assets/images/qq-group2.jpg'
|
||||
export default {
|
||||
name: 'join_page',
|
||||
data () {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ module.exports = {
|
|||
.set('_c', resolve('src/components'))
|
||||
},
|
||||
// 打包时不生成.map文件
|
||||
productionSourceMap: true
|
||||
productionSourceMap: false
|
||||
// 这里写你调用接口的基础路径,来解决跨域,如果设置了代理,那你本地开发环境的axios的baseUrl要写为 '' ,即空字符串
|
||||
// devServer: {
|
||||
// proxy: 'localhost:3000'
|
||||
|
|
|
|||
Loading…
Reference in New Issue