diff --git a/pages.json b/pages.json
index 4ed097f..5875bf5 100644
--- a/pages.json
+++ b/pages.json
@@ -191,6 +191,14 @@
"colorType": "none"
}
}
+ },
+ {
+ "path" : "pages/market/market",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "enablePullDownRefresh" : false
+ }
}
],
"subPackages": [{
diff --git a/pages/market/market.vue b/pages/market/market.vue
new file mode 100644
index 0000000..327cf80
--- /dev/null
+++ b/pages/market/market.vue
@@ -0,0 +1,22 @@
+
+
+ 市场详情页面
+
+
+
+
+
+
diff --git a/pages/seach/seach.vue b/pages/seach/seach.vue
index 13950fc..632bf84 100644
--- a/pages/seach/seach.vue
+++ b/pages/seach/seach.vue
@@ -37,7 +37,7 @@
暂无历史记录
-
diff --git a/vue.config.js b/vue.config.js
index 6c48eed..6bb6277 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -3,8 +3,8 @@ module.exports = {
port: 1887,
proxy: {
'/api': {
- // target: 'http://192.168.0.102:8000', // 本地服务接口地址
- target: "http://39.98.184.58:8000", // 阿里云后台地址
+ target: 'http://192.168.3.108:8000', // 本地服务接口地址
+ // target: "http://39.98.184.58:8000", // 阿里云后台地址
// target: "http://192.168.0.101:8000", // 本地网关
ws: true,
pathRewrite: {