zs 9 月之前
父節點
當前提交
e92df51938
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/store/transferApply.js

+ 1 - 1
src/store/transferApply.js

@@ -3,7 +3,7 @@ import Vuex from 'vuex';
 import _ from 'lodash';
 Vue.use(Vuex);
 const api = {
-  test: `/ta"`,
+  test: `/ta`,
 };
 const state = () => ({});
 const mutations = {};