Commit f70d79a6 authored by 罗超's avatar 罗超

完成载体的详情

parent 7e715025
...@@ -764,6 +764,12 @@ ...@@ -764,6 +764,12 @@
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, {
"path": "carrier/detail_carrier", //新载体详情
"enablePullDownRefresh": true,
"style": {
"navigationStyle": "custom"
}
}, { }, {
"path": "carrier/list" //品牌详情 "path": "carrier/list" //品牌详情
}, { }, {
......
This diff is collapsed.
...@@ -3,7 +3,7 @@ export default { ...@@ -3,7 +3,7 @@ export default {
Vue.prototype.host = "https://wx.weibaoge.cn/web/index.php?_mall_id=1285" Vue.prototype.host = "https://wx.weibaoge.cn/web/index.php?_mall_id=1285"
//Vue.prototype.host2 = "https://mallApi.oytour.com" //电商接口 //Vue.prototype.host2 = "https://mallApi.oytour.com" //电商接口
Vue.prototype.host2 = "http://192.168.5.46:8200" Vue.prototype.host2 = "http://192.168.5.56:5000"
Vue.prototype.host3 = "https://jjeduapi.oytour.com" //进阶小课堂以前接口 Vue.prototype.host3 = "https://jjeduapi.oytour.com" //进阶小课堂以前接口
Vue.prototype.UploadConfig = function() { //本地上传配置 Vue.prototype.UploadConfig = function() { //本地上传配置
......
let mainColor = "#ff4544" let mainColor = "#017edf"
let secondary = "#f39800" let secondary = "#ea850"
let pricecolor = "#ff4544" let pricecolor = "#ff4544"
let topstyle = { let topstyle = {
background: "#FFF", background: "#FFF",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment