Commit 782460b8 by 展昭

更改引用路径

parent b63fa2f9
Showing with 2 additions and 2 deletions
import http from "./http"; import http from "./http";
import store from "../../store"; import store from "../store";
let headers = { let headers = {
Authorization: "" Authorization: ""
......
...@@ -2,7 +2,7 @@ import Vue from 'vue' ...@@ -2,7 +2,7 @@ import Vue from 'vue'
import Vuex from 'vuex' import Vuex from 'vuex'
import { vuexOidcCreateStoreModule } from 'vuex-oidc'; import { vuexOidcCreateStoreModule } from 'vuex-oidc';
import oidcSettings from "../utils/oidcSettings"; import oidcSettings from "../utils/oidcSettings";
import bill from 'modules/bill' import bill from './modules/bill'
Vue.use(Vuex) Vue.use(Vuex)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment