Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f88e01a1
authored
Dec 03, 2021
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
f1046aff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
pages/home/index.vue
util/api.js
pages/home/index.vue
View file @
f88e01a1
...
@@ -2,12 +2,12 @@
...
@@ -2,12 +2,12 @@
<view
class=
"home-index"
>
<view
class=
"home-index"
>
<view
class=
"head"
>
<view
class=
"head"
>
<!-- 未登录 -->
<!-- 未登录 -->
<
view
class=
"row verCenter box"
v-if=
"is_login
"
>
<
navigator
class=
"row verCenter box"
v-if=
"!is_login"
url=
"/pages/mine/auth
"
>
<view
class=
"row verCenter"
>
<view
class=
"row verCenter"
>
<text
class=
"iconfont icon-juxing"
></text>
<text
class=
"iconfont icon-juxing"
></text>
<text
class=
"t1"
>
未登录
</text>
<text
class=
"t1"
>
未登录
</text>
</view>
</view>
</
view
>
</
navigator
>
<!-- 已登录 -->
<!-- 已登录 -->
<view
class=
"row bothSide verCenter box"
v-else
>
<view
class=
"row bothSide verCenter box"
v-else
>
<view
class=
"row verCenter"
>
<view
class=
"row verCenter"
>
...
...
util/api.js
View file @
f88e01a1
const
API_BASE
=
'https://api.ichunt.com'
;
//
const API_BASE = 'https://api.ichunt.com';
//
const API_BASE = 'http://supplyapi.liexin.com'
const
API_BASE
=
'http://supplyapi.liexin.com'
const
API
=
{
const
API
=
{
/**
/**
* 绑定微信号
* 绑定微信号
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment