diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue deleted file mode 100644 index 879051a..0000000 --- a/src/components/HelloWorld.vue +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - diff --git a/src/components/tabbar.vue b/src/components/tabbar.vue index ded8cfb..a1310c7 100644 --- a/src/components/tabbar.vue +++ b/src/components/tabbar.vue @@ -13,8 +13,8 @@

测评

-
  • - +
  • +

    我的

  • @@ -23,52 +23,50 @@ \ No newline at end of file + .banner, + .banner img { + width: 100%; + } + diff --git a/vue.config.js b/vue.config.js index 8211477..9302d30 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,7 +1,6 @@ module.exports = { devServer: { proxy: { - '/api': { target: 'https://ypzy.emingren.com', // 你请求的第三方接口 changeOrigin: true, // 在本地会创建一个虚拟服务端,然后发送请求的数据,并同时接收请求的数据,这样服务端和服务端进行数据的交互就不会有跨域问题