mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-11-19 22:50:16 +08:00
image update
This commit is contained in:
parent
2c0c48b787
commit
19d5f86982
@ -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 */
|
||||||
|
|||||||
@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user