Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
夏新然
/
appweb
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit de395c36
authored
Apr 12, 2019
by
周志凯
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
我的
1 parent
218f3f29
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
21 additions
and
16 deletions
.gitignore
App.vue
main.js
package-lock.json
pages.json
pages/login/login.vue
pages/my/index.vue
static/common.js
.gitignore
View file @
de395c3
# /node_modules
\ No newline at end of file
\ No newline at end of file
/node_modules
\ No newline at end of file
\ No newline at end of file
App.vue
View file @
de395c3
...
@@ -199,4 +199,15 @@
...
@@ -199,4 +199,15 @@
color
:
#c9c9c9
;
color
:
#c9c9c9
;
}
}
/*每个页面公共css */
/*每个页面公共css */
/*弹窗插件样式覆盖*/
.dialog-btn
{
color
:
#0069FF
;
}
.message
.message-dialog.alert
.message-content
,
.message
.message-dialog.confirm
.message-content
,
.message
.message-dialog.prompt
.message-content
{
border-radius
:
25.36
upx
!important
;
}
</
style
>
</
style
>
main.js
View file @
de395c3
...
@@ -12,11 +12,16 @@ import 'vue-easytable/libs/themes-base/index.css'
...
@@ -12,11 +12,16 @@ import 'vue-easytable/libs/themes-base/index.css'
// 导入 table 和 分页组件
// 导入 table 和 分页组件
import
{
VTable
,
VPagination
}
from
'vue-easytable'
import
{
VTable
,
VPagination
}
from
'vue-easytable'
//引入弹窗组件
import
MobileMessage
from
'mobile-message'
import
'mobile-message/dist/message.css'
// 注册到全局
// 注册到全局
Vue
.
component
(
VTable
.
name
,
VTable
)
Vue
.
component
(
VTable
.
name
,
VTable
)
Vue
.
component
(
VPagination
.
name
,
VPagination
)
Vue
.
component
(
VPagination
.
name
,
VPagination
)
Vue
.
use
(
VueI18n
)
Vue
.
use
(
VueI18n
)
Vue
.
use
(
AwesomePicker
);
Vue
.
use
(
AwesomePicker
);
console
.
log
(
'main MobileMessage'
,
MobileMessage
)
Vue
.
use
(
MobileMessage
)
Vue
.
config
.
productionTip
=
false
Vue
.
config
.
productionTip
=
false
Vue
.
prototype
.
echarts
=
echarts
;
Vue
.
prototype
.
echarts
=
echarts
;
App
.
mpType
=
'app'
App
.
mpType
=
'app'
...
...
package-lock.json
View file @
de395c3
This diff could not be displayed because it is too large.
pages.json
View file @
de395c3
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
"navigationBarTitleText"
:
"精准客流"
"navigationBarTitleText"
:
"精准客流"
}
}
},{
},{
"path"
:
"pages/
my
/index"
,
"path"
:
"pages/
profile
/index"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"我的"
"navigationBarTitleText"
:
"我的"
}
}
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
"selectedIconPath"
:
"static/index/manageSelect.png"
,
"selectedIconPath"
:
"static/index/manageSelect.png"
,
"text"
:
"后台管理"
"text"
:
"后台管理"
},
{
},
{
"pagePath"
:
"pages/
my
/index"
,
"pagePath"
:
"pages/
profile
/index"
,
"iconPath"
:
"static/index/my.png"
,
"iconPath"
:
"static/index/my.png"
,
"selectedIconPath"
:
"static/index/mySelect.png"
,
"selectedIconPath"
:
"static/index/mySelect.png"
,
"text"
:
"我的"
"text"
:
"我的"
...
...
pages/login/login.vue
View file @
de395c3
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
}
}
})
})
uni
.
request
({
uni
.
request
({
url
:
window
.
url
+
"accounts"
,
url
:
window
.
url
+
"
/
accounts"
,
data
:{
data
:{
id
:
this
.
id
,
id
:
this
.
id
,
_t
:
Date
.
parse
(
new
Date
())
/
1000
_t
:
Date
.
parse
(
new
Date
())
/
1000
...
...
pages/my/index.vue
deleted
100644 → 0
View file @
218f3f2
<
template
>
<view>
222000
<button
onclick=
"model.switchConnectType()"
>
调用swift无参
</button>
</view>
</
template
>
<
script
>
</
script
>
<
style
>
</
style
>
static/common.js
View file @
de395c3
window
.
url
=
"https://store.keliuyun.com/report"
window
.
url
=
"https://store.keliuyun.com/report"
// window.url="http://192.168.7.228:17070"
window
.
pageType
=
"store"
;
window
.
pageType
=
"store"
;
\ No newline at end of file
\ No newline at end of file
Write
Preview
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