Browse Source

feat: 修改测试环境指向地址

zhangyuhan 4 years ago
parent
commit
c7804115a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jydocs-pc/.env.development

+ 1 - 1
jydocs-pc/.env.development

@@ -1,5 +1,5 @@
 NODE_ENV=development
 VUE_APP_BASE_API='/jydocs/'
-VUE_APP_BASE_URL='/swordfish/docs/index'
+VUE_APP_BASE_URL='/swordfish/frontPage/docs/free/index/'
 VUE_APP_MOCK=true
 VUE_APP_BASE_PUBLIC='http://localhost:8080/'