SYMBOL INDEX (61 symbols across 16 files) FILE: build/check-versions.js function exec (line 7) | function exec (cmd) { FILE: build/utils.js function generateLoaders (line 33) | function generateLoaders (loader, loaderOptions) { FILE: build/webpack.base.conf.js function resolve (line 7) | function resolve (dir) { FILE: build/webpack.dev.conf.js constant HOST (line 13) | const HOST = process.env.HOST constant PORT (line 14) | const PORT = process.env.PORT && Number(process.env.PORT) FILE: build/webpack.prod.conf.js method minChunks (line 85) | minChunks (module) { FILE: src/api/local/encrypt-api.js constant CLIENT_SALT (line 4) | const CLIENT_SALT = '$2a$10$o5L.dWYEjZjaejOmN3x4Qu' method defaultEncode (line 14) | defaultEncode (source) { method gravatarEncode (line 21) | gravatarEncode (email) { FILE: src/api/local/option-api.js constant LOCAL_SESSION_KEY (line 1) | const LOCAL_SESSION_KEY = 'Client-Session' method setSession (line 9) | setSession (session) { method getSession (line 17) | getSession () { method removeSession (line 26) | removeSession () { method hasSession (line 31) | hasSession () { method isSessionAvailable (line 35) | isSessionAvailable () { method isSessionRefreshable (line 39) | isSessionRefreshable () { method isAdministrator (line 43) | isAdministrator () { FILE: src/api/remote/account-api.js method getAccountByUsername (line 9) | getAccountByUsername (username) { method registerAccount (line 16) | registerAccount (account) { method updateAccount (line 27) | updateAccount (account) { FILE: src/api/remote/authorization-api.js method login (line 13) | login (username, password) { method refresh (line 32) | refresh (refreshToken) { FILE: src/api/remote/payment-api.js method submitSettlement (line 8) | submitSettlement (settlement) { method accomplishPayment (line 16) | accomplishPayment (id) { method cancelPayment (line 23) | cancelPayment (id) { FILE: src/api/remote/warehouse-api.js method getAllProducts (line 8) | getAllProducts () { method getUniqueProductById (line 15) | getUniqueProductById (id) { method getAdvertisements (line 22) | getAdvertisements () { method updateProduct (line 29) | updateProduct (product) { method createProduct (line 36) | createProduct (product) { method removeProduct (line 43) | removeProduct (productId) { method queryStock (line 50) | queryStock (productId) { method updateStock (line 57) | updateStock (productId, amount) { FILE: src/plugins/errorhandler-plugin.js function isPromise (line 6) | function isPromise (ret) { function registerActionHandle (line 22) | function registerActionHandle (actions, errorHandler) { method beforeCreate (line 67) | beforeCreate () { FILE: src/store/constant.js constant CART_ADD_PRODUCT_TO_CART (line 2) | const CART_ADD_PRODUCT_TO_CART = 'CART_ADD_PRODUCT_TO_CART' // 添加购物车 constant CART_DEL_PRODUCT_TO_CART (line 3) | const CART_DEL_PRODUCT_TO_CART = 'CART_DEL_PRODUCT_TO_CART' // 删除购物车 constant CART_ADD_PRODUCT_QUANTITY (line 4) | const CART_ADD_PRODUCT_QUANTITY = 'CART_ADD_PRODUCT_QUANTITY' // 添加商品数量 constant CART_DEL_PRODUCT_QUANTITY (line 5) | const CART_DEL_PRODUCT_QUANTITY = 'CART_DEL_PRODUCT_QUANTITY' // 减少商品数量 constant CART_SET_CHECKOUT_STATUS (line 6) | const CART_SET_CHECKOUT_STATUS = 'CART_SET_CHECKOUT_STATUS' // 改变商品购买状态的 constant CART_SET_CHECKOUT_STATUS_ALL (line 7) | const CART_SET_CHECKOUT_STATUS_ALL = 'CART_SET_CHECKOUT_STATUS_ALL' // 一... constant PRODUCTS_SET_PRODUCT (line 10) | const PRODUCTS_SET_PRODUCT = 'PRODUCTS_SET_PRODUCT' // 获取所有商品的列表 constant USER_CHANGE_LOGIN (line 13) | const USER_CHANGE_LOGIN = 'USER_CHANGE_LOGIN' // 改变用户的登陆状态 constant USER_EXIT_STATUS (line 14) | const USER_EXIT_STATUS = 'USER_EXIT_STATUS' // 退出登录状态 FILE: src/store/modules/cart.js method adjustCartItems (line 45) | adjustCartItems (state, product) { method addCartItem (line 59) | addCartItem (state, product) { method removeCartItem (line 73) | removeCartItem (state, id) { method setupSettlementBill (line 81) | setupSettlementBill (state, settlement) { method receivePayment (line 89) | receivePayment (state, payment) { method setupSettlementBillWithDefaultValue (line 99) | setupSettlementBillWithDefaultValue ({state, rootState, commit}, settlem... method submitSettlement (line 116) | async submitSettlement ({state, commit}) { FILE: src/store/modules/notification.js method setException (line 17) | setException (state, exception) { method clearException (line 26) | clearException (state) { FILE: src/store/modules/user.js method setupSession (line 63) | setupSession (state, session) { method clearSession (line 75) | clearSession (state) { method updateAccount (line 84) | updateAccount (state, account) { method addFavorite (line 91) | addFavorite (state, id) { method removeFavorite (line 98) | removeFavorite (state, id) { method refreshSessionTrigger (line 107) | refreshSessionTrigger ({dispatch, commit, state}) { method refreshSession (line 123) | async refreshSession ({commit, state}) {