Compare commits
9 Commits
d488db04bc
...
master
Author | SHA1 | Date | |
---|---|---|---|
6ec38cfd31 | |||
ed68fafa5d | |||
c74e635212 | |||
50dbd27f51 | |||
f1c1e9d905 | |||
d927f79768 | |||
845c5593ba | |||
6636b4f1b2 | |||
8365986c05 |
@@ -26,5 +26,6 @@ const config = {
|
|||||||
// 设置后台接口服务的基础地址
|
// 设置后台接口服务的基础地址
|
||||||
// config.baseUrl = 'http://tc.cqsznc.com:7080';
|
// config.baseUrl = 'http://tc.cqsznc.com:7080';
|
||||||
// config.baseUrl = 'http://192.168.71.139:8080';
|
// config.baseUrl = 'http://192.168.71.139:8080';
|
||||||
config.baseUrl = '/api';
|
config.baseUrl = 'http://183.230.235.66:11010/api';
|
||||||
|
// config.baseUrl = '/api';
|
||||||
export default config;
|
export default config;
|
@@ -9,6 +9,9 @@ const install = (Vue, vm) => {
|
|||||||
|
|
||||||
// 将各个定义的接口名称,统一放进对象挂载到vm.$u.api(因为vm就是this,也即this.$u.api)下
|
// 将各个定义的接口名称,统一放进对象挂载到vm.$u.api(因为vm就是this,也即this.$u.api)下
|
||||||
vm.$u.api = {
|
vm.$u.api = {
|
||||||
|
//获取单位列表
|
||||||
|
getUnits:(params = {}) => vm.$u.get(config.adminPath+'/property/enum-fetcher/enum-values/getUnit',params),
|
||||||
|
|
||||||
codesub: (params = {}) => vm.$u.get(config.adminPath+'/property/visitorManagement/useqr', params),
|
codesub: (params = {}) => vm.$u.get(config.adminPath+'/property/visitorManagement/useqr', params),
|
||||||
uploadimg: (params = {}) => vm.$u.post(config.adminPath+'/resource/oss/upload', params),
|
uploadimg: (params = {}) => vm.$u.post(config.adminPath+'/resource/oss/upload', params),
|
||||||
fksub: (params = {}) => vm.$u.post(config.adminPath+'/property/visitorManagement/add', params),
|
fksub: (params = {}) => vm.$u.post(config.adminPath+'/property/visitorManagement/add', params),
|
||||||
|
49
package-lock.json
generated
49
package-lock.json
generated
@@ -1,32 +1,49 @@
|
|||||||
{
|
{
|
||||||
"name": "Aidex",
|
"name": "Aidex",
|
||||||
"version": "2.3.0",
|
"version": "2.3.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"packages": {
|
||||||
"@icon-park/vue": {
|
"": {
|
||||||
"version": "1.3.5",
|
"name": "Aidex",
|
||||||
"resolved": "https://registry.nlark.com/@icon-park/vue/download/@icon-park/vue-1.3.5.tgz",
|
"version": "2.3.0",
|
||||||
"integrity": "sha1-twRuLCtdpexNZz/7Wta8gL6loTs=",
|
"license": "MIT",
|
||||||
"requires": {
|
"dependencies": {
|
||||||
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
"@icon-park/vue": "^1.3.5",
|
||||||
"csstype": "^3.0.3"
|
"vue-i18n": "^8.20.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@vue/babel-helper-vue-jsx-merge-props": {
|
"node_modules/@icon-park/vue": {
|
||||||
|
"version": "1.3.5",
|
||||||
|
"resolved": "https://registry.npmmirror.com/@icon-park/vue/download/@icon-park/vue-1.3.5.tgz",
|
||||||
|
"integrity": "sha1-twRuLCtdpexNZz/7Wta8gL6loTs=",
|
||||||
|
"dependencies": {
|
||||||
|
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
||||||
|
"csstype": "^3.0.3"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 8.0.0",
|
||||||
|
"npm": ">= 5.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"vue": "2.x"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@vue/babel-helper-vue-jsx-merge-props": {
|
||||||
"version": "1.2.1",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npm.taobao.org/@vue/babel-helper-vue-jsx-merge-props/download/@vue/babel-helper-vue-jsx-merge-props-1.2.1.tgz",
|
"resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-jsx-merge-props/download/@vue/babel-helper-vue-jsx-merge-props-1.2.1.tgz",
|
||||||
"integrity": "sha1-MWJKelBfsU2h1YAjclpMXycOaoE="
|
"integrity": "sha1-MWJKelBfsU2h1YAjclpMXycOaoE="
|
||||||
},
|
},
|
||||||
"csstype": {
|
"node_modules/csstype": {
|
||||||
"version": "3.0.9",
|
"version": "3.0.9",
|
||||||
"resolved": "https://registry.nlark.com/csstype/download/csstype-3.0.9.tgz?cache=0&sync_timestamp=1631540658518&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcsstype%2Fdownload%2Fcsstype-3.0.9.tgz",
|
"resolved": "https://registry.npmmirror.com/csstype/download/csstype-3.0.9.tgz",
|
||||||
"integrity": "sha1-ZBCvMbJr0FIJM9AsvGT86c4/vws="
|
"integrity": "sha1-ZBCvMbJr0FIJM9AsvGT86c4/vws="
|
||||||
},
|
},
|
||||||
"vue-i18n": {
|
"node_modules/vue-i18n": {
|
||||||
"version": "8.20.0",
|
"version": "8.20.0",
|
||||||
"resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.20.0.tgz",
|
"resolved": "https://registry.npmmirror.com/vue-i18n/download/vue-i18n-8.20.0.tgz",
|
||||||
"integrity": "sha512-ZiAOoeR4d/JtKpbjipx3I80ey7cYG1ki5gQ7HwzWm4YFio9brA15BEYHjalEoBaEfzF5OBEZP+Y2MvAaWnyXXg=="
|
"integrity": "sha512-ZiAOoeR4d/JtKpbjipx3I80ey7cYG1ki5gQ7HwzWm4YFio9brA15BEYHjalEoBaEfzF5OBEZP+Y2MvAaWnyXXg==",
|
||||||
|
"deprecated": "Vue I18n v8.x has reached EOL and is no longer actively maintained. About maintenance status, see https://vue-i18n.intlify.dev/guide/maintenance.html"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
76
pages.json
76
pages.json
@@ -21,43 +21,43 @@
|
|||||||
"navigationBarTextStyle": "black",
|
"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "Aidex",
|
"navigationBarTitleText": "Aidex",
|
||||||
"navigationBarBackgroundColor": "#ffffff"
|
"navigationBarBackgroundColor": "#ffffff"
|
||||||
},
|
|
||||||
"tabBar": {
|
|
||||||
"color": "#333333",
|
|
||||||
"selectedColor": "#4094ff",
|
|
||||||
"backgroundColor": "#ffffff",
|
|
||||||
"borderStyle": "white",
|
|
||||||
"list": [
|
|
||||||
{
|
|
||||||
"pagePath": "pages/sys/msg/index",
|
|
||||||
"iconPath": "static/aidex/tabbar/msg_1.png",
|
|
||||||
"selectedIconPath": "static/aidex/tabbar/msg_2.png",
|
|
||||||
"text": "访客等级"
|
|
||||||
},
|
|
||||||
// {
|
|
||||||
// "pagePath": "pages/sys/home/index",
|
|
||||||
// "iconPath": "static/aidex/tabbar/home_1.png",
|
|
||||||
// "selectedIconPath": "static/aidex/tabbar/home_2.png",
|
|
||||||
// "text": "首页"
|
|
||||||
// },
|
|
||||||
{
|
|
||||||
"pagePath": "pages/sys/work/work",
|
|
||||||
"iconPath": "static/aidex/tabbar/apply_1.png",
|
|
||||||
"selectedIconPath": "static/aidex/tabbar/apply_2.png",
|
|
||||||
"text": "到访确认"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pagePath": "pages/sys/qrpage/qrpage",
|
|
||||||
"iconPath": "static/aidex/tabbar/book_1.png",
|
|
||||||
"selectedIconPath": "static/aidex/tabbar/book_2.png",
|
|
||||||
"text": "扫码登记"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pagePath": "pages/sys/camera/camera",
|
|
||||||
"iconPath": "static/aidex/tabbar/my_1.png",
|
|
||||||
"selectedIconPath": "static/aidex/tabbar/my_2.png",
|
|
||||||
"text": "我的"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
// "tabBar": {
|
||||||
|
// "color": "#333333",
|
||||||
|
// "selectedColor": "#4094ff",
|
||||||
|
// "backgroundColor": "#ffffff",
|
||||||
|
// "borderStyle": "white",
|
||||||
|
// "list": [
|
||||||
|
// {
|
||||||
|
// "pagePath": "pages/sys/msg/index",
|
||||||
|
// "iconPath": "static/aidex/tabbar/msg_1.png",
|
||||||
|
// "selectedIconPath": "static/aidex/tabbar/msg_2.png",
|
||||||
|
// "text": "访客等级"
|
||||||
|
// },
|
||||||
|
// // {
|
||||||
|
// // "pagePath": "pages/sys/home/index",
|
||||||
|
// // "iconPath": "static/aidex/tabbar/home_1.png",
|
||||||
|
// // "selectedIconPath": "static/aidex/tabbar/home_2.png",
|
||||||
|
// // "text": "首页"
|
||||||
|
// // },
|
||||||
|
// {
|
||||||
|
// "pagePath": "pages/sys/work/work",
|
||||||
|
// "iconPath": "static/aidex/tabbar/apply_1.png",
|
||||||
|
// "selectedIconPath": "static/aidex/tabbar/apply_2.png",
|
||||||
|
// "text": "到访确认"
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// "pagePath": "pages/sys/qrpage/qrpage",
|
||||||
|
// "iconPath": "static/aidex/tabbar/book_1.png",
|
||||||
|
// "selectedIconPath": "static/aidex/tabbar/book_2.png",
|
||||||
|
// "text": "扫码登记"
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// "pagePath": "pages/sys/camera/camera",
|
||||||
|
// "iconPath": "static/aidex/tabbar/my_1.png",
|
||||||
|
// "selectedIconPath": "static/aidex/tabbar/my_2.png",
|
||||||
|
// "text": "我的"
|
||||||
|
// }
|
||||||
|
// ]
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
BIN
static/ic_down_arrow_g.png
Normal file
BIN
static/ic_down_arrow_g.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 667 B |
Reference in New Issue
Block a user