Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
xqz
/
dianDemo
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
19d5f869
authored
2020-11-24 11:58:41 +0800
by
sunniejs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
image update
1 parent
2c0c48b7
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
README.md
src/config/env.development.js
src/config/env.production.js
src/config/env.staging.js
src/views/home/index.vue
README.md
View file @
19d5f86
...
...
@@ -4,7 +4,7 @@
掘金:
[
vue-cli4 vant rem 移动端框架方案
](
https://juejin.im/post/5cfefc73f265da1bba58f9f7
)
[
查看 demo
](
https://s
olui
.cn/vue-h5-template/#/
)
建议手机端查看
[
查看 demo
](
https://s
unniejs
.cn/vue-h5-template/#/
)
建议手机端查看
<p>
<img
src=
"./static/demo.png"
width=
"320"
style=
"display:inline;"
>
...
...
@@ -194,7 +194,7 @@ module.exports = {
当然,想要撑满屏幕你可以使用 100%,这里只是举例说明。
```
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>
/* rootValue: 75 */
...
...
src/config/env.development.js
View file @
19d5f86
...
...
@@ -5,5 +5,5 @@ module.exports = {
baseApi
:
'https://test.xxx.com/api'
,
// 本地api请求地址,注意:如果你使用了代理,请设置成'/'
APPID
:
'xxx'
,
APPSECRET
:
'xxx'
,
$cdn
:
'https://
imgs.solui.cn
'
$cdn
:
'https://
www.sunniejs.cn/static
'
}
...
...
src/config/env.production.js
View file @
19d5f86
...
...
@@ -5,5 +5,5 @@ module.exports = {
baseApi
:
'https://www.xxx.com/api'
,
// 正式api请求地址
APPID
:
'xxx'
,
APPSECRET
:
'xxx'
,
$cdn
:
'https://imgs.solui.cn
'
$cdn
:
'https://www.sunniejs.cn/static
'
}
...
...
src/config/env.staging.js
View file @
19d5f86
...
...
@@ -4,5 +4,5 @@ module.exports = {
baseApi
:
'https://test.xxx.com/api'
,
// 测试api请求地址
APPID
:
'xxx'
,
APPSECRET
:
'xxx'
,
$cdn
:
'https://imgs.solui.cn
'
$cdn
:
'https://www.sunniejs.cn/static
'
}
...
...
src/views/home/index.vue
View file @
19d5f86
...
...
@@ -2,7 +2,7 @@
<
template
>
<div
class=
"index-container"
>
<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"
>
A vue h5 template with Vant UI
</h2>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment