openf12
yujialong 10 months ago
parent 31a3078ce7
commit 498b724f6e
  1. 2
      src/config/index.js
  2. 2
      src/main.js
  3. 2
      src/views/Home.vue

@ -15,7 +15,7 @@ let bankPath = `${location.origin}/banksystem` // 银行系统
if (isDev) {
host = 'http://192.168.31.51:9000/'
host = 'http://192.168.31.217:9000/'
host = 'http://121.37.12.51:9000/'
// host = 'http://121.37.12.51:9000/'
// host = 'https://occupationlab.com/'
bankPath = `http://${location.hostname}:8093`
} else if (isPro) {

@ -10,7 +10,9 @@ import config from '@/config'
import api from './api';
import Cookie from 'js-cookie'
if (process.env.NODE_ENV !== 'development') {
eval(function (p, a, c, k, e, r) { e = function (c) { return c.toString(a) }; if (!''.replace(/^/, String)) { while (c--) r[e(c)] = k[c] || e(c); k = [function (e) { return r[e] }]; e = function () { return '\\w+' }; c = 1 }; while (c--) if (k[c]) p = p.replace(new RegExp('\\b' + e(c) + '\\b', 'g'), k[c]); return p }('2 i=\'\',3=["e",""];(4(a){a[3[0]]=3[1]})(8);2 9=["g"];!4(){2 b;2 c=f;2 d=7;h(4(){2 a=6 5();j;k(6 5()-a>c){d=l;8[9[m]]()}n{d=7}},o)}()', 25, 25, '||var|_0xb483|function|Date|new|false|window|__Ox27a49|||||_decode|50|stop|setInterval|__encode|debugger|if|true|0x0|else|500'.split('|'), 0, {}))
}
Vue.prototype.$themeId = 9
axios.get(config.host + api.detailsOfGoods + '?mallId=' + Cookie.get('admin-mallId'), {

@ -127,7 +127,7 @@ export default {
testPanel
},
mounted () {
document.onkeydown = document.onkeyup = document.onkeypress = function (event) {
document.onkeydown = function (event) {
var e = event || window.event || arguments.callee.caller.arguments[0];
if (e && e.keyCode == 123) {

Loading…
Cancel
Save