#修复人员点击bug
This commit is contained in:
parent
3cfdf90b24
commit
c718792e76
|
@ -6083,8 +6083,8 @@ $(function () {
|
||||||
//-------------------------------------------------webscoket-------------------------------------------------------
|
//-------------------------------------------------webscoket-------------------------------------------------------
|
||||||
function connect_websocket() {
|
function connect_websocket() {
|
||||||
console.log("6666");
|
console.log("6666");
|
||||||
var str = "ws://111.21.80.34:9004";
|
// var str = "ws://111.21.80.34:9004";
|
||||||
// var str = "ws://172.28.100.50:50332";
|
var str = "ws://172.28.100.50:50332";
|
||||||
|
|
||||||
|
|
||||||
// if (window.s) {
|
// if (window.s) {
|
||||||
|
|
|
@ -128,10 +128,10 @@ USE_TZ = True
|
||||||
# Static files (CSS, JavaScript, Images)
|
# Static files (CSS, JavaScript, Images)
|
||||||
# https://docs.djangoproject.com/en/2.1/howto/static-files/
|
# https://docs.djangoproject.com/en/2.1/howto/static-files/
|
||||||
|
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = 'static/'
|
||||||
|
|
||||||
STATICFILES_DIRS = [
|
STATICFILES_DIRS = [
|
||||||
os.path.join(BASE_DIR, "/static/"),
|
os.path.join(BASE_DIR, "static/"),
|
||||||
]
|
]
|
||||||
|
|
||||||
STATIC_ROOT = '/var/www/p3/linbei/static'
|
STATIC_ROOT = '/var/www/p3/linbei/static'
|
||||||
|
|
Loading…
Reference in New Issue