소스 검색

修改网页标题
登录页区分

彭宇 2 년 전
부모
커밋
12351b076b
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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]: ''