diff --git a/.env.development b/.env.development index e9381dd..c0c4443 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,6 @@ ENV = 'development' -VUE_APP_BASE_API = 'http://lcny.sk797.cn' \ No newline at end of file +# VUE_APP_BASE_API = 'http://lcny.sk797.cn' +VUE_APP_BASE_API = 'http://36.133.205.221:81' + +VUE_APP_BASE_URL = 'http://36.133.205.221:91' \ No newline at end of file diff --git a/.env.production b/.env.production index f258504..ab04e36 100644 --- a/.env.production +++ b/.env.production @@ -2,3 +2,5 @@ ENV = 'production' VUE_APP_BASE_API = 'http://36.133.205.221:81' +VUE_APP_BASE_URL = 'http://36.133.205.221:91' + diff --git a/src/pages.json b/src/pages.json index 057ed80..42b5a21 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1,299 +1,292 @@ { - "easycom": { - "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" - }, - "pages": [ - { - "path": "pages/index/index", - "style": { - "navigationBarTitleText": "隆昌农业大数据监控平台" - } - } - ,{ - "path" : "pages/login/login", - "style" : - { - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/user/user", - "style" : - { - "navigationBarTitleText": "个人中心", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/user/password-edit", - "style" : - { - "navigationBarTitleText": "修改密码", - "enablePullDownRefresh": false - } - - } - ,{ - "path" : "pages/system/role", - "style" : - { - "navigationBarTitleText": "角色管理", - "enablePullDownRefresh": false - } - - },{ - "path" : "pages/webview/index", - "style" : - { - "navigationBarTitleText": "webview", - "enablePullDownRefresh": false - } - - } - // ,{ - // "path" : "pages/index/meteorological", - // "style" : - // { - // "navigationBarTitleText": "气象监测", - // "enablePullDownRefresh": false - // } - - // } - // ,{ - // "path" : "pages/index/monitor", - // "style" : - // { - // "navigationBarTitleText": "智能监控", - // "enablePullDownRefresh": false - // } - - // } - // ,{ - // "path" : "pages/index/soil-monitoring", - // "style" : - // { - // "navigationBarTitleText": "土壤监控", - // "enablePullDownRefresh": false - // } - - // } - // ,{ - // "path" : "pages/index/water-quality", - // "style" : - // { - // "navigationBarTitleText": "水质监控", - // "enablePullDownRefresh": false - // } - - // } - // ,{ - // "path" : "pages/system/account", - // "style" : - // { - // "navigationBarTitleText": "账号管理", - // "enablePullDownRefresh": false - // } - - // } - // ,{ - // "path" : "pages/system/log", - // "style" : - // { - // "navigationBarTitleText": "系统日志", - // "enablePullDownRefresh": false - // } - - // } - // ,{ - // "path" : "pages/system/links", - // "style" : - // { - // "navigationBarTitleText": "友情链接", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - - // } - // ,{ - // "path" : "pages/device/warning", - // "style" : - // { - // "navigationBarTitleText": "警报明细", - // "enablePullDownRefresh": false - // } - - // } - // ,{ - // "path" : "pages/device/index", - // "style" : - // { - // "navigationBarTitleText": "设备管理", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - - // } - // ,{ - // "path" : "pages/index/insect-monitors", - // "style" : - // { - // "navigationBarTitleText": "昆虫性诱监测", - // "enablePullDownRefresh": false - // } - - // } - // ,{ - // "path" : "pages/estate/estate-price", - // "style" : - // { - // "navigationBarTitleText": "稻虾价格", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - - // } - // ,{ - // "path" : "pages/estate/estate-week-price", - // "style" : - // { - // "navigationBarTitleText": "稻虾每周价格", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - - // } - // ,{ - // "path" : "pages/estate/estate-industry", - // "style" : - // { - // "navigationBarTitleText": "稻虾产业", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - - // } - // ,{ - // "path" : "pages/estate/estate-flows", - // "style" : - // { - // "navigationBarTitleText": "稻虾流向", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - - // } - // ,{ - // "path" : "pages/estate/estate-materiels", - // "style" : - // { - // "navigationBarTitleText": "大宗物资", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - - // } - // ,{ - // "path" : "pages/index/warning-list", - // "style" : - // { - // "navigationBarTitleText": "预警列表", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - - // },{ - // "path" : "pages/index/pests", - // "style" : - // { - // "navigationBarTitleText": "虫情监测", - // "enablePullDownRefresh": false - // } - - // },{ - // "path" : "pages/index/insecticidal-lamp", - // "style" : - // { - // "navigationBarTitleText": "杀虫灯监测", - // "enablePullDownRefresh": false - // } - - // },{ - // "path" : "pages/basics/town-base", - // "style" : - // { - // "navigationBarTitleText": "城镇数据", - // "enablePullDownRefresh": false - // } - // },{ - // "path" : "pages/basics/basics-base", - // "style" : - // { - // "navigationBarTitleText": "基地数据", - // "enablePullDownRefresh": false, - // "navigationStyle":"custom" - // } - // },{ - // "path" : "pages/crop/town-crop", - // "style" : - // { - // "navigationBarTitleText": "城镇农作物", - // "enablePullDownRefresh": false, - // "navigationStyle":"custom" - // } - // },{ - // "path" : "pages/crop/basics-crop", - // "style" : - // { - // "navigationBarTitleText": "基地农作物", - // "enablePullDownRefresh": false, - // "navigationStyle":"custom" - // } - // },{ - // "path" : "pages/yield/town-yield", - // "style" : - // { - // "navigationBarTitleText": "城镇产量", - // "enablePullDownRefresh": false, - // "navigationStyle":"custom" - // } - // },{ - // "path" : "pages/yield/basics-yield", - // "style" : - // { - // "navigationBarTitleText": "基地产量", - // "enablePullDownRefresh": false, - // "navigationStyle":"custom" - // } - // } - ], - "globalStyle": { - "navigationBarTextStyle": "white", - "navigationBarTitleText": "隆昌农业大数据监控平台", - "navigationBarBackgroundColor": "#2a7dc9", - "backgroundColor": "#2a7dc9" - }, - "tabBar": { - "color": "#6c6b6b", - "selectedColor": "#1296db", - "borderStyle": "black", - "backgroundColor": "#ffffff", - "list": [{ - "pagePath": "pages/index/index", - "iconPath": "static/tab/tab_home.png", - "selectedIconPath": "static/tab/tab_home_h.png", - "text": "工作台" - }, - { - "pagePath": "pages/user/user", - "iconPath": "static/tab/tab_user.png", - "selectedIconPath": "static/tab/tab_user_h.png", - "text": "我的" - } - ] - } + "easycom": { + "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" + }, + "pages": [ + { + "path": "pages/index/index", + "style": { + "navigationBarTitleText": "隆昌农业大数据监控平台" + } + }, + { + "path": "pages/login/login", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "pages/user/user", + "style": { + "navigationBarTitleText": "个人中心", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + // { + // "path": "pages/user/password-edit", + // "style": { + // "navigationBarTitleText": "修改密码", + // "enablePullDownRefresh": false + // } + // }, + // { + // "path": "pages/system/role", + // "style": { + // "navigationBarTitleText": "角色管理", + // "enablePullDownRefresh": false + // } + // }, + { + "path": "pages/webview/index", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + } + // ,{ + // "path" : "pages/index/meteorological", + // "style" : + // { + // "navigationBarTitleText": "气象监测", + // "enablePullDownRefresh": false + // } + + // } + // ,{ + // "path" : "pages/index/monitor", + // "style" : + // { + // "navigationBarTitleText": "智能监控", + // "enablePullDownRefresh": false + // } + + // } + // ,{ + // "path" : "pages/index/soil-monitoring", + // "style" : + // { + // "navigationBarTitleText": "土壤监控", + // "enablePullDownRefresh": false + // } + + // } + // ,{ + // "path" : "pages/index/water-quality", + // "style" : + // { + // "navigationBarTitleText": "水质监控", + // "enablePullDownRefresh": false + // } + + // } + // ,{ + // "path" : "pages/system/account", + // "style" : + // { + // "navigationBarTitleText": "账号管理", + // "enablePullDownRefresh": false + // } + + // } + // ,{ + // "path" : "pages/system/log", + // "style" : + // { + // "navigationBarTitleText": "系统日志", + // "enablePullDownRefresh": false + // } + + // } + // ,{ + // "path" : "pages/system/links", + // "style" : + // { + // "navigationBarTitleText": "友情链接", + // "enablePullDownRefresh": false, + // "navigationStyle": "custom" + // } + + // } + // ,{ + // "path" : "pages/device/warning", + // "style" : + // { + // "navigationBarTitleText": "警报明细", + // "enablePullDownRefresh": false + // } + + // } + // ,{ + // "path" : "pages/device/index", + // "style" : + // { + // "navigationBarTitleText": "设备管理", + // "enablePullDownRefresh": false, + // "navigationStyle": "custom" + // } + + // } + // ,{ + // "path" : "pages/index/insect-monitors", + // "style" : + // { + // "navigationBarTitleText": "昆虫性诱监测", + // "enablePullDownRefresh": false + // } + + // } + // ,{ + // "path" : "pages/estate/estate-price", + // "style" : + // { + // "navigationBarTitleText": "稻虾价格", + // "enablePullDownRefresh": false, + // "navigationStyle": "custom" + // } + + // } + // ,{ + // "path" : "pages/estate/estate-week-price", + // "style" : + // { + // "navigationBarTitleText": "稻虾每周价格", + // "enablePullDownRefresh": false, + // "navigationStyle": "custom" + // } + + // } + // ,{ + // "path" : "pages/estate/estate-industry", + // "style" : + // { + // "navigationBarTitleText": "稻虾产业", + // "enablePullDownRefresh": false, + // "navigationStyle": "custom" + // } + + // } + // ,{ + // "path" : "pages/estate/estate-flows", + // "style" : + // { + // "navigationBarTitleText": "稻虾流向", + // "enablePullDownRefresh": false, + // "navigationStyle": "custom" + // } + + // } + // ,{ + // "path" : "pages/estate/estate-materiels", + // "style" : + // { + // "navigationBarTitleText": "大宗物资", + // "enablePullDownRefresh": false, + // "navigationStyle": "custom" + // } + + // } + // ,{ + // "path" : "pages/index/warning-list", + // "style" : + // { + // "navigationBarTitleText": "预警列表", + // "enablePullDownRefresh": false, + // "navigationStyle": "custom" + // } + + // },{ + // "path" : "pages/index/pests", + // "style" : + // { + // "navigationBarTitleText": "虫情监测", + // "enablePullDownRefresh": false + // } + + // },{ + // "path" : "pages/index/insecticidal-lamp", + // "style" : + // { + // "navigationBarTitleText": "杀虫灯监测", + // "enablePullDownRefresh": false + // } + + // },{ + // "path" : "pages/basics/town-base", + // "style" : + // { + // "navigationBarTitleText": "城镇数据", + // "enablePullDownRefresh": false + // } + // },{ + // "path" : "pages/basics/basics-base", + // "style" : + // { + // "navigationBarTitleText": "基地数据", + // "enablePullDownRefresh": false, + // "navigationStyle":"custom" + // } + // },{ + // "path" : "pages/crop/town-crop", + // "style" : + // { + // "navigationBarTitleText": "城镇农作物", + // "enablePullDownRefresh": false, + // "navigationStyle":"custom" + // } + // },{ + // "path" : "pages/crop/basics-crop", + // "style" : + // { + // "navigationBarTitleText": "基地农作物", + // "enablePullDownRefresh": false, + // "navigationStyle":"custom" + // } + // },{ + // "path" : "pages/yield/town-yield", + // "style" : + // { + // "navigationBarTitleText": "城镇产量", + // "enablePullDownRefresh": false, + // "navigationStyle":"custom" + // } + // },{ + // "path" : "pages/yield/basics-yield", + // "style" : + // { + // "navigationBarTitleText": "基地产量", + // "enablePullDownRefresh": false, + // "navigationStyle":"custom" + // } + // } + ], + "globalStyle": { + "navigationBarTextStyle": "white", + "navigationBarTitleText": "隆昌农业大数据监控平台", + "navigationBarBackgroundColor": "#2a7dc9", + "backgroundColor": "#2a7dc9" + }, + "tabBar": { + "color": "#6c6b6b", + "selectedColor": "#1296db", + "borderStyle": "black", + "backgroundColor": "#ffffff", + "list": [ + { + "pagePath": "pages/index/index", + "iconPath": "static/tab/tab_home.png", + "selectedIconPath": "static/tab/tab_home_h.png", + "text": "工作台" + }, + { + "pagePath": "pages/user/user", + "iconPath": "static/tab/tab_user.png", + "selectedIconPath": "static/tab/tab_user_h.png", + "text": "我的" + } + ] + } } diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 1b7f055..c013656 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -175,7 +175,7 @@ export default { } }, computed: { - ...mapGetters(['userInfo']), + ...mapGetters(['userInfo','token']), menus(){ return this.filterAsyncRoutes(this.menuList, this.userInfo?.permissions_slug ?? []) @@ -206,12 +206,9 @@ export default { linknavFn(item) { if(!item.url) return - const host = 'http://36.133.205.221:91' - // uni.navigateTo({ - // url: `/pages/webview/index?url=${host}/#${item.url}`, - // }) + const url = encodeURIComponent(`${item.url}`) uni.navigateTo({ - url: `/pages/webview/index?url=${host}/#/pages/login/login`, + url: `/pages/webview/index?url=${url}`, }) }, }, diff --git a/src/pages/user/user.vue b/src/pages/user/user.vue index bb6cf38..9932558 100644 --- a/src/pages/user/user.vue +++ b/src/pages/user/user.vue @@ -134,10 +134,14 @@ }) }, - linnavF(url){ + linnavF(uri){ + const url = encodeURIComponent(`${uri}`) uni.navigateTo({ - url:url + url: `/pages/webview/index?url=${url}`, }) + // uni.navigateTo({ + // url:url + // }) }, loginOut(){ this.show = true; diff --git a/src/pages/webview/index.vue b/src/pages/webview/index.vue index 65a6eb2..38f0916 100644 --- a/src/pages/webview/index.vue +++ b/src/pages/webview/index.vue @@ -1,15 +1,22 @@