Przeglądaj źródła

修改网页标题
登录页区分

彭宇 2 lat temu
rodzic
commit
12351b076b
2 zmienionych plików z 1 dodań i 2 usunięć
  1. BIN
      src/assets/images/login/login-ty.jpg
  2. 1 2
      vue.config.js

BIN
src/assets/images/login/login-ty.jpg


+ 1 - 2
vue.config.js

@@ -42,8 +42,7 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-         target: `http://127.0.0.1:3031`,
-        // target: `http://117.78.49.164:3031`,
+        target: `http://117.78.49.164:3031`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''