image update
Showing
5 changed files
with
6 additions
and
6 deletions
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
4 | 4 | ||
5 | 掘金: [vue-cli4 vant rem 移动端框架方案](https://juejin.im/post/5cfefc73f265da1bba58f9f7) | 5 | 掘金: [vue-cli4 vant rem 移动端框架方案](https://juejin.im/post/5cfefc73f265da1bba58f9f7) |
6 | 6 | ||
7 | [查看 demo](https://solui.cn/vue-h5-template/#/) 建议手机端查看 | 7 | [查看 demo](https://sunniejs.cn/vue-h5-template/#/) 建议手机端查看 |
8 | 8 | ||
9 | <p> | 9 | <p> |
10 | <img src="./static/demo.png" width="320" style="display:inline;"> | 10 | <img src="./static/demo.png" width="320" style="display:inline;"> |
... | @@ -194,7 +194,7 @@ module.exports = { | ... | @@ -194,7 +194,7 @@ module.exports = { |
194 | 当然,想要撑满屏幕你可以使用 100%,这里只是举例说明。 | 194 | 当然,想要撑满屏幕你可以使用 100%,这里只是举例说明。 |
195 | 195 | ||
196 | ```html | 196 | ```html |
197 | <img class="image" src="https://imgs.solui.cn/weapp/logo.png" /> | 197 | <img class="image" src="https://www.sunniejs.cn/static/weapp/logo.png" /> |
198 | 198 | ||
199 | <style> | 199 | <style> |
200 | /* rootValue: 75 */ | 200 | /* rootValue: 75 */ | ... | ... |
... | @@ -5,5 +5,5 @@ module.exports = { | ... | @@ -5,5 +5,5 @@ module.exports = { |
5 | baseApi: 'https://test.xxx.com/api', // 本地api请求地址,注意:如果你使用了代理,请设置成'/' | 5 | baseApi: 'https://test.xxx.com/api', // 本地api请求地址,注意:如果你使用了代理,请设置成'/' |
6 | APPID: 'xxx', | 6 | APPID: 'xxx', |
7 | APPSECRET: 'xxx', | 7 | APPSECRET: 'xxx', |
8 | $cdn: 'https://imgs.solui.cn' | 8 | $cdn: 'https://www.sunniejs.cn/static' |
9 | } | 9 | } | ... | ... |
... | @@ -5,5 +5,5 @@ module.exports = { | ... | @@ -5,5 +5,5 @@ module.exports = { |
5 | baseApi: 'https://www.xxx.com/api', // 正式api请求地址 | 5 | baseApi: 'https://www.xxx.com/api', // 正式api请求地址 |
6 | APPID: 'xxx', | 6 | APPID: 'xxx', |
7 | APPSECRET: 'xxx', | 7 | APPSECRET: 'xxx', |
8 | $cdn:'https://imgs.solui.cn' | 8 | $cdn: 'https://www.sunniejs.cn/static' |
9 | } | 9 | } | ... | ... |
... | @@ -4,5 +4,5 @@ module.exports = { | ... | @@ -4,5 +4,5 @@ module.exports = { |
4 | baseApi: 'https://test.xxx.com/api', // 测试api请求地址 | 4 | baseApi: 'https://test.xxx.com/api', // 测试api请求地址 |
5 | APPID: 'xxx', | 5 | APPID: 'xxx', |
6 | APPSECRET: 'xxx', | 6 | APPSECRET: 'xxx', |
7 | $cdn:'https://imgs.solui.cn' | 7 | $cdn: 'https://www.sunniejs.cn/static' |
8 | } | 8 | } | ... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | <template> | 2 | <template> |
3 | <div class="index-container"> | 3 | <div class="index-container"> |
4 | <div class="warpper"> | 4 | <div class="warpper"> |
5 | <h1 class="demo-home__title"><img src="https://imgs.solui.cn/weapp/logo.png" /><span> VUE H5开发模板</span></h1> | 5 | <h1 class="demo-home__title"><img src="https://www.sunniejs.cn/static/weapp/logo.png" /><span> VUE H5开发模板</span></h1> |
6 | <h2 class="demo-home__desc"> | 6 | <h2 class="demo-home__desc"> |
7 | A vue h5 template with Vant UI | 7 | A vue h5 template with Vant UI |
8 | </h2> | 8 | </h2> | ... | ... |
-
Please register or sign in to post a comment