浏览代码

新增分账

JXDS18FUJT 1 年之前
父节点
当前提交
02fa780ee8
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .env.development
  2. 1 1
      vue.config.js

+ 1 - 1
.env.development

@@ -2,7 +2,7 @@
 ENV = 'development'
 
 # 若依管理系统/开发环境
-VUE_APP_BASE_API = '/dev-api'
+VUE_APP_BASE_API = 'https://107j18o08.vicp.fun/'
 
 # 路由懒加载
 VUE_CLI_BABEL_TRANSPILE_MODULES = true

+ 1 - 1
vue.config.js

@@ -32,7 +32,7 @@ module.exports = {
     port: port,
     open: true,
     // proxy: {
-    //   // detail: https://cli.vuejs.org/config/#devserver-proxy
+    //   detail: "https://cli.vuejs.org/config/#devserver-proxy"
     
     // },
     disableHostCheck: true,