image update

This commit is contained in:
sunniejs 2020-11-24 11:58:41 +08:00
parent 2c0c48b787
commit 19d5f86982
5 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
掘金: [vue-cli4 vant rem 移动端框架方案](https://juejin.im/post/5cfefc73f265da1bba58f9f7) 掘金: [vue-cli4 vant rem 移动端框架方案](https://juejin.im/post/5cfefc73f265da1bba58f9f7)
[查看 demo](https://solui.cn/vue-h5-template/#/) 建议手机端查看 [查看 demo](https://sunniejs.cn/vue-h5-template/#/) 建议手机端查看
<p> <p>
<img src="./static/demo.png" width="320" style="display:inline;"> <img src="./static/demo.png" width="320" style="display:inline;">
@ -194,7 +194,7 @@ module.exports = {
当然,想要撑满屏幕你可以使用 100%,这里只是举例说明。 当然,想要撑满屏幕你可以使用 100%,这里只是举例说明。
```html ```html
<img class="image" src="https://imgs.solui.cn/weapp/logo.png" /> <img class="image" src="https://www.sunniejs.cn/static/weapp/logo.png" />
<style> <style>
/* rootValue: 75 */ /* rootValue: 75 */

View File

@ -5,5 +5,5 @@ module.exports = {
baseApi: 'https://test.xxx.com/api', // 本地api请求地址,注意:如果你使用了代理,请设置成'/' baseApi: 'https://test.xxx.com/api', // 本地api请求地址,注意:如果你使用了代理,请设置成'/'
APPID: 'xxx', APPID: 'xxx',
APPSECRET: 'xxx', APPSECRET: 'xxx',
$cdn: 'https://imgs.solui.cn' $cdn: 'https://www.sunniejs.cn/static'
} }

View File

@ -5,5 +5,5 @@ module.exports = {
baseApi: 'https://www.xxx.com/api', // 正式api请求地址 baseApi: 'https://www.xxx.com/api', // 正式api请求地址
APPID: 'xxx', APPID: 'xxx',
APPSECRET: 'xxx', APPSECRET: 'xxx',
$cdn:'https://imgs.solui.cn' $cdn: 'https://www.sunniejs.cn/static'
} }

View File

@ -4,5 +4,5 @@ module.exports = {
baseApi: 'https://test.xxx.com/api', // 测试api请求地址 baseApi: 'https://test.xxx.com/api', // 测试api请求地址
APPID: 'xxx', APPID: 'xxx',
APPSECRET: 'xxx', APPSECRET: 'xxx',
$cdn:'https://imgs.solui.cn' $cdn: 'https://www.sunniejs.cn/static'
} }

View File

@ -2,7 +2,7 @@
<template> <template>
<div class="index-container"> <div class="index-container">
<div class="warpper"> <div class="warpper">
<h1 class="demo-home__title"><img src="https://imgs.solui.cn/weapp/logo.png" /><span> VUE H5开发模板</span></h1> <h1 class="demo-home__title"><img src="https://www.sunniejs.cn/static/weapp/logo.png" /><span> VUE H5开发模板</span></h1>
<h2 class="demo-home__desc"> <h2 class="demo-home__desc">
A vue h5 template with Vant UI A vue h5 template with Vant UI
</h2> </h2>