Merge pull request #1065 from iview/2.0

2.0
This commit is contained in:
Lison 2018-11-02 10:27:32 +08:00 committed by GitHub
commit 8f3a2386e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 3 additions and 3 deletions

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

View File

@ -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 () {

View File

@ -34,7 +34,7 @@ module.exports = {
.set('_c', resolve('src/components'))
},
// 打包时不生成.map文件
productionSourceMap: true
productionSourceMap: false
// 这里写你调用接口的基础路径来解决跨域如果设置了代理那你本地开发环境的axios的baseUrl要写为 '' ,即空字符串
// devServer: {
// proxy: 'localhost:3000'